[ox/claw] Make Claw build in GBA builds, only without OC

This commit is contained in:
2021-03-02 23:38:43 -06:00
parent 5d5917566f
commit dde4fb017e
4 changed files with 11 additions and 3 deletions

View File

@ -9,7 +9,9 @@
#pragma once
#include <ox/mc/write.hpp>
#ifdef OX_USE_STDLIB
#include <ox/oc/write.hpp>
#endif
#include <ox/std/string.hpp>
#include <ox/std/vector.hpp>