From 663b305eec40b86fd916ff2e63039cd3d23f49fd Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 25 Dec 2016 19:25:19 +0100 Subject: [PATCH] - include proper headers for std::find. --- src/g_pch.h | 1 + src/p_map.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/g_pch.h b/src/g_pch.h index a22649815..2c3676f5a 100644 --- a/src/g_pch.h +++ b/src/g_pch.h @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include diff --git a/src/p_map.cpp b/src/p_map.cpp index ca83d342d..517327843 100644 --- a/src/p_map.cpp +++ b/src/p_map.cpp @@ -24,6 +24,7 @@ #include #include +#include #include "templates.h"