Add missing <cstring> #include for strlen()
This commit is contained in:
parent
cc32aeef03
commit
b8310220c7
@ -1,4 +1,5 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <cstring>
|
||||||
#include <3ds.h>
|
#include <3ds.h>
|
||||||
|
|
||||||
#include "tests/test.h"
|
#include "tests/test.h"
|
||||||
@ -176,4 +177,4 @@ void TestAll()
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user