diff options
Diffstat (limited to 'Tests/GoogleTest/Test/main1.cxx')
-rw-r--r-- | Tests/GoogleTest/Test/main1.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/GoogleTest/Test/main1.cxx b/Tests/GoogleTest/Test/main1.cxx index 03d604b..c353d91 100644 --- a/Tests/GoogleTest/Test/main1.cxx +++ b/Tests/GoogleTest/Test/main1.cxx @@ -1,7 +1,7 @@ -#include <gtest/gtest.h> - #include <string> +#include <gtest/gtest.h> + namespace { bool shouldFail = false; } |