Add missing <cstring> #include for strlen()

This commit is contained in:
Emmanuel Gil Peyrot 2014-11-29 23:46:50 +01:00
parent cc32aeef03
commit b8310220c7

View File

@ -1,4 +1,5 @@
#include <memory>
#include <cstring>
#include <3ds.h>
#include "tests/test.h"
@ -176,4 +177,4 @@ void TestAll()
}
} // namespace
} // namespace
} // namespace