2013-03-22 22:03:38 +02:00
|
|
|
From fde47ff185a4f6dadd69f7afb47b5351dacbcb96 Mon Sep 17 00:00:00 2001
|
2012-10-14 23:35:03 +03:00
|
|
|
From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
|
|
|
|
Date: Sun, 14 Oct 2012 23:31:36 +0300
|
2013-03-22 22:03:38 +02:00
|
|
|
Subject: [PATCH 10/10] Fix compiling on GCC 4.7
|
2012-10-14 23:35:03 +03:00
|
|
|
|
|
|
|
---
|
2013-02-02 01:23:34 +02:00
|
|
|
nall/string.hpp | 2 +-
|
2013-03-22 22:03:38 +02:00
|
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
2012-10-14 23:35:03 +03:00
|
|
|
|
2013-02-02 01:23:34 +02:00
|
|
|
diff --git a/nall/string.hpp b/nall/string.hpp
|
2012-10-14 23:35:03 +03:00
|
|
|
index 1b255ce..07a64df 100755
|
2013-02-02 01:23:34 +02:00
|
|
|
--- a/nall/string.hpp
|
|
|
|
+++ b/nall/string.hpp
|
2012-10-14 23:35:03 +03:00
|
|
|
@@ -25,8 +25,8 @@
|
|
|
|
#include <nall/string/base.hpp>
|
|
|
|
#include <nall/string/bml.hpp>
|
|
|
|
#include <nall/string/bsv.hpp>
|
|
|
|
-#include <nall/string/core.hpp>
|
|
|
|
#include <nall/string/cast.hpp>
|
|
|
|
+#include <nall/string/core.hpp>
|
|
|
|
#include <nall/string/compare.hpp>
|
|
|
|
#include <nall/string/convert.hpp>
|
|
|
|
#include <nall/string/cstring.hpp>
|
|
|
|
--
|
2013-03-22 22:03:38 +02:00
|
|
|
1.7.9.48.g85da4d
|
2012-10-14 23:35:03 +03:00
|
|
|
|