From 68eb8e5c427877abae43f2e2aba7fcca5a3471de Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 24 Feb 2015 02:14:12 +0100 Subject: moved String helper functions from sciteco.h and main.cpp to string-utils.cpp and string-utils.h * also improved performance of String::append() by using g_realloc() * added String::append() variant for non-null-terminated strings --- src/error.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/error.h') diff --git a/src/error.h b/src/error.h index 4a18afb..7ee0ac6 100644 --- a/src/error.h +++ b/src/error.h @@ -25,6 +25,7 @@ #include #include "sciteco.h" +#include "string-utils.h" namespace SciTECO { -- cgit v1.2.3