From fde47ff185a4f6dadd69f7afb47b5351dacbcb96 Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Sun, 14 Oct 2012 23:31:36 +0300 Subject: [PATCH 10/10] Fix compiling on GCC 4.7 --- nall/string.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nall/string.hpp b/nall/string.hpp index 1b255ce..07a64df 100755 --- a/nall/string.hpp +++ b/nall/string.hpp @@ -25,8 +25,8 @@ #include #include #include -#include #include +#include #include #include #include -- 1.7.9.48.g85da4d