From 8d2a11dc86f5eb0e8db2d1a88e58a562f1e07a9c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 15 Jan 2015 20:12:46 +0100 Subject: Extracted basic math operations into separate header --- test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.cc') 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 { }; -- cgit v1.2.3