浏览代码

added include of cstring to make mipspro compiler happy

[SVN r18995]
Toon Knapen 23 年之前
父节点
当前提交
47d9be3c16
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/regression/detail/tiny_xml.cpp

+ 1 - 0
tools/regression/detail/tiny_xml.cpp

@@ -8,6 +8,7 @@
 
 #include "tiny_xml.hpp"
 #include <cassert>
+#include <cstring>
 
 namespace
 {

粤ICP备19079148号