Commit 545e9df5 authored by Andreas Schuh's avatar Andreas Schuh

fix: Add missing include guards to gflags/config.h

parent 6bd636c9
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
// Note: This header file is only used internally. It is not part of public interface! // Note: This header file is only used internally. It is not part of public interface!
#ifndef GFLAGS_CONFIG_H_
#define GFLAGS_CONFIG_H_
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// System checks // System checks
...@@ -110,3 +114,6 @@ ...@@ -110,3 +114,6 @@
# endif # endif
# include "windows_port.h" # include "windows_port.h"
#endif #endif
#endif // GFLAGS_CONFIG_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment