summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/osd/osdsync.cpp2
-rw-r--r--src/osd/strconv.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/osdsync.cpp b/src/osd/osdsync.cpp
index 7fcc22b4217..a782d287e1d 100644
--- a/src/osd/osdsync.cpp
+++ b/src/osd/osdsync.cpp
@@ -23,7 +23,7 @@
#include <vector>
#undef min
#undef max
-#include <utility>
+#include <algorithm>
// MAME headers
#include "osdcore.h"
#include "osdsync.h"
diff --git a/src/osd/strconv.cpp b/src/osd/strconv.cpp
index 6b754bbe7f1..7ab8f2f401b 100644
--- a/src/osd/strconv.cpp
+++ b/src/osd/strconv.cpp
@@ -11,7 +11,7 @@
#endif
#undef min
#undef max
-#include <utility>
+#include <algorithm>
// MAMEOS headers
#include "strconv.h"