From 4048ee8150cad5253fd6f0245c9a357484eac3f2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 11 Nov 2014 15:09:21 +0100 Subject: refactored SciTECO runtime errors: moved from parser.cpp to error.cpp * the GError expection has been renamed to GlibError, to avoid nameclashes when working from the SciTECO namespace --- src/search.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/search.cpp') diff --git a/src/search.cpp b/src/search.cpp index 999a71b..bd0802e 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -31,6 +31,7 @@ #include "ring.h" #include "parser.h" #include "search.h" +#include "error.h" namespace SciTECO { -- cgit v1.2.3