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/parser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.cpp') diff --git a/src/parser.cpp b/src/parser.cpp index 97876b0..e84edb5 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -27,6 +27,7 @@ #include #include "sciteco.h" +#include "string-utils.h" #include "interface.h" #include "undo.h" #include "expressions.h" -- cgit v1.2.3