diff options
-rw-r--r-- | 010vm.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/010vm.cc b/010vm.cc index 9dc6e911..42b867fc 100644 --- a/010vm.cc +++ b/010vm.cc @@ -893,6 +893,8 @@ void test_trim_floating_point() { } :(before "End Includes") +#include <map> +using std::map; #include <utility> using std::pair; #include <math.h> |