diff options
Diffstat (limited to 'src/nw4r/ut/ut_TextWriterBase.cpp')
| -rw-r--r-- | src/nw4r/ut/ut_TextWriterBase.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nw4r/ut/ut_TextWriterBase.cpp b/src/nw4r/ut/ut_TextWriterBase.cpp index af8f085e..570ad621 100644 --- a/src/nw4r/ut/ut_TextWriterBase.cpp +++ b/src/nw4r/ut/ut_TextWriterBase.cpp @@ -1,9 +1,10 @@ // Ported from https://github.com/kiwi515/ogws/blob/master/src/nw4r/ut/ut_TextWriterBase.cpp -#include "__va_arg.h" #include "nw4r/ut.h" +#include <cstdarg> + namespace nw4r { namespace ut { |
