Browse Source

Add std::string header.

Kim Kulling 9 years ago
parent
commit
5463146688
1 changed files with 1 additions and 0 deletions
  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 <string.h>
 #include <stdio.h>
 #include <stdio.h>
 #include <sstream>
 #include <sstream>
+#include <string>
 
 
 ///	@fn		ai_snprintf
 ///	@fn		ai_snprintf
 ///	@brief	The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.
 ///	@brief	The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.