summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ENetUtil.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2015-05-10 20:16:05 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2015-05-10 20:16:05 -0500
commit379f9feebd6d9375fdb0d8cc2b40f5229f55fe4a (patch)
treec5cf0eca72dd93e68998cfe1589b2227f8c774f2 /Source/Core/Common/ENetUtil.cpp
parent2fa29ae8bbae56286c323b8e85797c83aa12ac5e (diff)
Fix non-PCH build.
Diffstat (limited to 'Source/Core/Common/ENetUtil.cpp')
-rw-r--r--Source/Core/Common/ENetUtil.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/ENetUtil.cpp b/Source/Core/Common/ENetUtil.cpp
index ae5b19b2c3..8cfb36e7e0 100644
--- a/Source/Core/Common/ENetUtil.cpp
+++ b/Source/Core/Common/ENetUtil.cpp
@@ -4,6 +4,8 @@
#include "ENetUtil.h"
+#include "Common/CommonTypes.h"
+
namespace ENetUtil
{