Commit 80fcd655 authored by gabime's avatar gabime

bugfix while fixing bug #81

parent 2269f4d9
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#ifndef FMT_FORMAT_H_ #ifndef FMT_FORMAT_H_
#define FMT_FORMAT_H_ #define FMT_FORMAT_H_
#ifdef FMT_HEADER_ONLY #define FMT_HEADER_ONLY
#include <stdint.h> #include <stdint.h>
...@@ -2775,4 +2775,4 @@ FMT_VARIADIC(int, fprintf, std::FILE *, StringRef) ...@@ -2775,4 +2775,4 @@ FMT_VARIADIC(int, fprintf, std::FILE *, StringRef)
# include "format.cc" # include "format.cc"
#endif #endif
#endif // FMT_FORMAT_H_ #endif // FMT_FORMAT_H_
\ No newline at end of file
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