diff options
| author | Karl Schultz <karl@lunarg.com> | 2016-05-10 11:36:08 -0600 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-05-10 11:36:08 -0600 |
| commit | c8e30e3fc55e668c91164f75b37a492162d8bf15 (patch) | |
| tree | 588c519584e35fba532050b4834c7aa20b78fde0 /layers/unique_objects.h | |
| parent | 4d48f512830f548ff5e81a20948d4bcdf698308f (diff) | |
| download | usermoji-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.h | 2 |
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> |
