aboutsummaryrefslogtreecommitdiff
path: root/layers/unique_objects.h
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-05-10 11:36:08 -0600
committerKarl Schultz <karl@lunarg.com>2016-05-10 11:36:08 -0600
commitc8e30e3fc55e668c91164f75b37a492162d8bf15 (patch)
tree588c519584e35fba532050b4834c7aa20b78fde0 /layers/unique_objects.h
parent4d48f512830f548ff5e81a20948d4bcdf698308f (diff)
downloadusermoji-c8e30e3fc55e668c91164f75b37a492162d8bf15.tar.xz
build: GH316 include cinttypes instead of inttypes.h
Fixes compilation problems on CentOS. Change-Id: I92c5ea0ebea8684c40e67e9b386732e55cb47cc8
Diffstat (limited to 'layers/unique_objects.h')
-rw-r--r--layers/unique_objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/unique_objects.h b/layers/unique_objects.h
index e32970da..6c2c2e3c 100644
--- a/layers/unique_objects.h
+++ b/layers/unique_objects.h
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <inttypes.h>
+#include <cinttypes>
#include <unordered_map>
#include <vector>