aboutsummaryrefslogtreecommitdiff
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cc b/test.cc
index 06f0a17..5a7a6eb 100644
--- a/test.cc
+++ b/test.cc
@@ -1,7 +1,7 @@
#include "gtest/gtest.h"
#include "type.h"
-#include "operation.h"
+#include "operation/math.h"
class TypeAsValueTest : public ::testing::Test { };