460755f
From 2bef0fb68bb6ed673fd05f7b7f7f96dd704201c4 Mon Sep 17 00:00:00 2001
460755f
From: Logan Bateman <lbateman0199@gmail.com>
460755f
Date: Tue, 2 Jun 2020 12:59:50 -0400
460755f
Subject: [PATCH] Explicitly include std::string - small build fix
460755f
460755f
---
460755f
 src/battlelist.h     | 1 +
460755f
 src/utils/sortutil.h | 1 +
460755f
 2 files changed, 2 insertions(+)
460755f
460755f
diff --git a/src/battlelist.h b/src/battlelist.h
460755f
index f2470fe03..e7c49ee29 100644
460755f
--- a/src/battlelist.h
460755f
+++ b/src/battlelist.h
460755f
@@ -16,6 +16,7 @@ lsl/container/battlelist.h
460755f
 
460755f
 
460755f
 #include <map>
460755f
+#include <string>
460755f
 #include "utils/mixins.h"
460755f
 
460755f
 class IBattle;
460755f
diff --git a/src/utils/sortutil.h b/src/utils/sortutil.h
460755f
index a91b7f3bb..a0b664451 100644
460755f
--- a/src/utils/sortutil.h
460755f
+++ b/src/utils/sortutil.h
116b7b1
@@ -4,6 +4,7 @@
116b7b1
 #define SPRINGLOBBY_SORTUTIL_H_INCLUDED
116b7b1
 
116b7b1
 #include <map>
116b7b1
+#include <string>
116b7b1
 //! set direction to +1 for down, -1 for up
460755f
 struct SortOrderItem {
460755f
 	int col;