From 09b574a19a49be25b999d901728c14833885ae56 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 21 Jun 2013 03:08:21 +0900 Subject: [PATCH] Added a missing #include to fix a MSVC warning --- bindings/c/tag_c.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/c/tag_c.cpp b/bindings/c/tag_c.cpp index a4bf2b0b..88926088 100644 --- a/bindings/c/tag_c.cpp +++ b/bindings/c/tag_c.cpp @@ -19,6 +19,10 @@ * USA * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include #include