From b47bfeb0d7a56a2ecb8e67fe60dd802c1d17e23b Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sat, 11 Mar 2017 17:25:34 +0100 Subject: [PATCH] StringUtils: add the right missing header. --- code/StringUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/StringUtils.h b/code/StringUtils.h index 18041459d..434ab4520 100644 --- a/code/StringUtils.h +++ b/code/StringUtils.h @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define INCLUDED_AI_STRINGUTILS_H #include -#include +#include /// @fn ai_snprintf /// @brief The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.