fix: Include private config.h in gflags_unittest.cc
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 1 Mar 2016 19:56:02 +0000 (19:56 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 1 Mar 2016 19:56:02 +0000 (19:56 +0000)
test/gflags_unittest.cc

index 5659d2a..1fd373d 100755 (executable)
@@ -32,6 +32,7 @@
 // For now, this unit test does not cover all features of
 // gflags.cc
 
+#include "config.h"
 #include <gflags/gflags.h>
 
 #include <math.h>       // for isinf() and isnan()