about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/010vm.cc b/010vm.cc
index 3cb3f413..ffc92c60 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -258,3 +258,5 @@ void dump_memory() {
 :(before "End Includes")
 #include <map>
 using std::map;
+#include<utility>
+using std::pair;