From 5463146688c44707dd8b7a86de99aaf58a362a57 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 25 May 2016 00:58:05 +0200 Subject: [PATCH] Add std::string header. --- code/StringUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/StringUtils.h b/code/StringUtils.h index 638c00694..a2ae7f817 100644 --- a/code/StringUtils.h +++ b/code/StringUtils.h @@ -44,6 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include +#include /// @fn ai_snprintf /// @brief The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.