fix: Include private config.h in gflags_unittest.cc
diff --git a/test/gflags_unittest.cc b/test/gflags_unittest.cc
index 5659d2a..1fd373d 100755
--- a/test/gflags_unittest.cc
+++ b/test/gflags_unittest.cc
@@ -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()