diff options
Diffstat (limited to 'src/strings/strings_test.cpp')
-rw-r--r-- | src/strings/strings_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strings/strings_test.cpp b/src/strings/strings_test.cpp index 3abb5e1..b76bde5 100644 --- a/src/strings/strings_test.cpp +++ b/src/strings/strings_test.cpp @@ -1,4 +1,3 @@ -#include "all.hpp" // strings_test.cpp - Testsuite part 1 for strings. // // Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com> @@ -22,6 +21,8 @@ #include <gtest/gtest.h> +#include "all.hpp" + #include "../poison.hpp" template<typename T> |