about summary refs log tree commit diff stats
path: root/010vm.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-02 10:40:06 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-02 10:40:06 -0700
commit385ff13617edb380a0a58397fe4836f4261503b4 (patch)
tree86a482bd8f038e49f6c37b1a61fa5308d306dde3 /010vm.cc
parent2367988301704881a61ca12c23eda9c385c43d3e (diff)
downloadmu-385ff13617edb380a0a58397fe4836f4261503b4.tar.gz
3027
Diffstat (limited to '010vm.cc')
-rw-r--r--010vm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/010vm.cc b/010vm.cc
index ffa661ef..66a1d6bb 100644
--- a/010vm.cc
+++ b/010vm.cc
@@ -671,6 +671,6 @@ void test_trim_floating_point() {
 }
 
 :(before "End Includes")
-#include<utility>
+#include <utility>
 using std::pair;
-#include<math.h>
+#include <math.h>