From 8875ae9cdf19b60aebcec6cd56c868902f977672 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Thu, 22 Jan 2015 20:26:58 +0000 Subject: [PATCH] cppformat: Fix compatibility with our build system on Windows. This was SVN commit r16178. --- source/third_party/cppformat/format.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/third_party/cppformat/format.cpp b/source/third_party/cppformat/format.cpp index 4aee869355..5a2d501eff 100644 --- a/source/third_party/cppformat/format.cpp +++ b/source/third_party/cppformat/format.cpp @@ -30,6 +30,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "precompiled.h" + // Disable useless MSVC warnings. #undef _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS