DCHECK_ALWAYS_ON to make D* enabled under NDEBUG
[platform/upstream/glog.git] / src / signalhandler_unittest.cc
index 1cd0fa0..59be231 100644 (file)
 #include <string>
 #include "glog/logging.h"
 
+#ifdef HAVE_LIB_GFLAGS
+#include <gflags/gflags.h>
+using namespace GFLAGS_NAMESPACE;
+#endif
+
 using namespace GOOGLE_NAMESPACE;
 
 void* DieInThread(void*) {