From 7dbb2831b81ff0174054d30b1fc105b2113c272d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 8 Nov 2012 01:20:37 +0100 Subject: added support for labels, including the goto label table * uses BSD tree macros, might later be abstracted to a C++ table class --- cmdline.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmdline.cpp') diff --git a/cmdline.cpp b/cmdline.cpp index 2135f9a..e0159ec 100644 --- a/cmdline.cpp +++ b/cmdline.cpp @@ -4,6 +4,8 @@ #include #include "sciteco.h" +#include "parser.h" +#include "undo.h" static gchar *macro_echo(const gchar *macro, const gchar *prefix = ""); -- cgit v1.2.3