From 53bbdab0bf6a804add112c74d3ba08ea42df4e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Tue, 31 May 2016 15:19:38 +0200 Subject: [PATCH] Ubuntu 14.04 compilation fix --- src/str_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/str_helpers.h b/src/str_helpers.h index 18040e6260..6ebba9c5ba 100644 --- a/src/str_helpers.h +++ b/src/str_helpers.h @@ -44,8 +44,8 @@ #include #endif -#include #include +#include /** Defines conversions between various string types.