summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corestr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/corestr.h')
-rw-r--r--src/lib/util/corestr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/util/corestr.h b/src/lib/util/corestr.h
index 9d06b30c9f7..209cde389e1 100644
--- a/src/lib/util/corestr.h
+++ b/src/lib/util/corestr.h
@@ -15,6 +15,9 @@
#include "osdcore.h"
#include "strformat.h"
+
+#include <string>
+
#include <string.h>
@@ -63,8 +66,6 @@ char *core_i64_format(UINT64 value, UINT8 mindigits, bool is_octal);
char *core_i64_hex_format(UINT64 value, UINT8 mindigits);
char *core_i64_oct_format(UINT64 value, UINT8 mindigits);
-#include <string>
-
int strvprintf(std::string &str, const char *format, va_list args);
int strcatvprintf(std::string &str, const char *format, va_list args);