From e73ea43f7b2c01682fd308f3e02dbde2e36b8939 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Sat, 25 Jan 2014 22:55:59 +0200 Subject: [PATCH] Fixed bug - not included std::string Error details: implicit instantiation of undefined template std::basic_string --- include/exceptions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/exceptions.h b/include/exceptions.h index 6963082..0331da2 100644 --- a/include/exceptions.h +++ b/include/exceptions.h @@ -30,6 +30,7 @@ #ifndef TINS_EXCEPTIONS_H #define TINS_EXCEPTIONS_H +#include #include namespace Tins {