From 799e910c74d629400cb6859e592e345a50030787 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Tue, 1 Mar 2016 19:56:02 +0000 Subject: [PATCH] fix: Include private config.h in gflags_unittest.cc --- test/gflags_unittest.cc | 1 + 1 file changed, 1 insertion(+) 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 #include // for isinf() and isnan()