2
0
Kim Kulling 9 жил өмнө
parent
commit
5463146688
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  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.