Explorar o código

Add std::string header.

Kim Kulling %!s(int64=9) %!d(string=hai) anos
pai
achega
5463146688
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      code/StringUtils.h

+ 1 - 0
code/StringUtils.h

@@ -44,6 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <string.h>
 #include <stdio.h>
 #include <sstream>
+#include <string>
 
 ///	@fn		ai_snprintf
 ///	@brief	The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.