From 8928c7737e66ad15df9aaedac9f25b04f6cb9859 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 14 May 2008 11:14:30 +0000 Subject: [PATCH] Added needed #includes to source files. [SVN r45353] --- src/usinstances.cpp | 2 ++ src/wc_regex_traits.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/usinstances.cpp b/src/usinstances.cpp index d9f600dc..e633659e 100644 --- a/src/usinstances.cpp +++ b/src/usinstances.cpp @@ -25,6 +25,8 @@ #ifdef _DLL_CPPLIB #include +#include +#include // // This is a horrible workaround, without declaring these symbols extern we get // duplicate symbol errors when linking if the application is built without diff --git a/src/wc_regex_traits.cpp b/src/wc_regex_traits.cpp index 29a77e15..aee2da18 100644 --- a/src/wc_regex_traits.cpp +++ b/src/wc_regex_traits.cpp @@ -23,6 +23,8 @@ #include #ifdef _DLL_CPPLIB +#include +#include // // This is a horrible workaround, without declaring these symbols extern we get // duplicate symbol errors when linking if the application is built without