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