From 45c722023d3e26ccc2f54a17ef2ca27123dec973 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 5 Apr 2011 17:23:55 +0200 Subject: [PATCH] Really fix the Mac SDK build this time. Doh. Change-Id: I529c42f89e752b245f76d7ea0d55ad6c676936b0 --- tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp b/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp index 5d0d91aae..000c381c6 100644 --- a/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp +++ b/tools/emulator/opengl/shared/OpenglCodecCommon/TimeUtils.cpp @@ -24,7 +24,7 @@ #include #include #else -#include +#include #endif long long GetCurrentTimeMS()