diff --git a/test/gflags_unittest.cc b/test/gflags_unittest.cc index 1fd373d..427af8c 100755 --- a/test/gflags_unittest.cc +++ b/test/gflags_unittest.cc @@ -32,9 +32,11 @@ // For now, this unit test does not cover all features of // gflags.cc -#include "config.h" #include +#include "config.h" +#include "util.h" + #include // for isinf() and isnan() #include #include @@ -44,7 +46,6 @@ #endif #include #include -#include "util.h" TEST_INIT EXPECT_DEATH_INIT