From fb7b11ead07f9c5db6af52e93579ca787c3be802 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 27 Dec 2013 10:22:55 -0800 Subject: [PATCH] Add a missing include. --- format_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/format_test.cc b/format_test.cc index 91b5fe73..016687e1 100644 --- a/format_test.cc +++ b/format_test.cc @@ -38,6 +38,7 @@ // Check if format.h compiles with windows.h included. #ifdef _WIN32 # include +# include #endif #include "format.h"