summaryrefslogtreecommitdiff
path: root/Types.h
diff options
context:
space:
mode:
authortanjent@gmail.com <tanjent@gmail.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2011-03-19 08:53:53 +0000
committertanjent@gmail.com <tanjent@gmail.com@77a7d1d3-4c08-bdc2-d393-d5859734b01a>2011-03-19 08:53:53 +0000
commit2aa29c327f897ef89eea7cceac42bfe76088522e (patch)
treebd254beee6152913a1aad49c2e5ed0c96ffed375 /Types.h
parentf67ce942f6432ceb7ced0c3d12370b6376c05c09 (diff)
downloadsrc-2aa29c327f897ef89eea7cceac42bfe76088522e.tar.gz
Cross-platform compliation fixes. Everything should compile under GCC now, but no guarantees that it runs correctly yet...
Thanks to McKay Davis for help with the cross-platform testing. git-svn-id: http://smhasher.googlecode.com/svn/trunk@87 77a7d1d3-4c08-bdc2-d393-d5859734b01a
Diffstat (limited to 'Types.h')
-rw-r--r--Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types.h b/Types.h
index d1eae9f..9e4ae10 100644
--- a/Types.h
+++ b/Types.h
@@ -1,6 +1,6 @@
#pragma once
-#include "pstdint.h"
+#include "Platform.h"
#include "Bitvec.h"
//-----------------------------------------------------------------------------