From 1045e385def1092ec3bcf87bc85cf51f82dc5749 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 26 Aug 2014 04:16:50 +0000 Subject: [PATCH] standard headers should be included regardless of WIN32 --- examples/print.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/print.cpp b/examples/print.cpp index cf3f2a4fa..a87ec0139 100644 --- a/examples/print.cpp +++ b/examples/print.cpp @@ -8,13 +8,13 @@ #include // for close() #include // for open() #include -#include // for snprintf -#include // for atoi #endif #include "print.hpp" +#include // for snprintf +#include // for atoi #include char const* esc(char const* code)