From 7aa0a55e7013d9b04df887c4d6cfbbfa60f10732 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 5 Nov 2017 09:49:56 -0500 Subject: [PATCH] Fix Mac tier1 build. --- tier1/KeyValues.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tier1/KeyValues.cpp b/tier1/KeyValues.cpp index 004eb024..e45695c0 100644 --- a/tier1/KeyValues.cpp +++ b/tier1/KeyValues.cpp @@ -13,6 +13,7 @@ #define _alloca alloca #define _wtoi(arg) wcstol(arg, NULL, 10) #define _wtoi64(arg) wcstoll(arg, NULL, 10) +#include #endif #include