aboutsummaryrefslogtreecommitdiff
path: root/layers/image.cpp
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/image.cpp
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/image.cpp')
-rw-r--r--layers/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/image.cpp b/layers/image.cpp
index fde2ac81..398283be 100644
--- a/layers/image.cpp
+++ b/layers/image.cpp
@@ -26,7 +26,7 @@
#include <algorithm>
#include <assert.h>
-#include <inttypes.h>
+#include <cinttypes>
#include <memory>
#include <mutex>
#include <stdio.h>