summaryrefslogtreecommitdiff
path: root/City.h
diff options
context:
space:
mode:
Diffstat (limited to 'City.h')
-rw-r--r--City.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/City.h b/City.h
index 02f3457..fe2d3e2 100644
--- a/City.h
+++ b/City.h
@@ -43,8 +43,9 @@
#ifndef CITY_HASH_H_
#define CITY_HASH_H_
+#include "Platform.h"
#include <stdlib.h> // for size_t.
-#include <stdint.h>
+//#include <stdint.h>
#include <utility>
typedef uint8_t uint8;