Browse Source
added include of cstring to make mipspro compiler happy
[SVN r18995]
Toon Knapen
23 years ago
|
@@ -8,6 +8,7 @@
|
|
|
|
|
|
|
|
#include "tiny_xml.hpp"
|
|
#include "tiny_xml.hpp"
|
|
|
#include <cassert>
|
|
#include <cassert>
|
|
|
|
|
+#include <cstring>
|
|
|
|
|
|
|
|
namespace
|
|
namespace
|
|
|
{
|
|
{
|