blob: bcf5b9df267db62bb10152c72b0d8204572f5e8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/Engine/OptionInfo.cpp.orig 2019-08-03 22:24:06 UTC
+++ src/Engine/OptionInfo.cpp
@@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with OpenXcom. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <algorithm>
#include "OptionInfo.h"
#include "Exception.h"
|