Index: util/misc/uuid.cc |
diff --git a/util/misc/uuid.cc b/util/misc/uuid.cc |
index 76b957a6ac4ea18a702d6bcbfb579b375546d09a..967ee224dced93c911ad5e3787beb5b5e073337b 100644 |
--- a/util/misc/uuid.cc |
+++ b/util/misc/uuid.cc |
@@ -12,6 +12,10 @@ |
// See the License for the specific language governing permissions and |
// limitations under the License. |
+#if !defined(__STDC_FORMAT_MACROS) |
+#define __STDC_FORMAT_MACROS |
+#endif |
+ |
#include "util/misc/uuid.h" |
#include <inttypes.h> |