From 59fe6ab99727a1a58abc9c85096022fd8797ff44 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Sun, 18 Mar 2007 18:39:34 +0000 Subject: add required includes for gcc 4.3 and fix a const issue -- patch #1675635 from mellum (Falk Hueffner) (bzr r2696) --- src/composite-undo-stack-observer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/composite-undo-stack-observer.cpp') diff --git a/src/composite-undo-stack-observer.cpp b/src/composite-undo-stack-observer.cpp index 3c46cb11e..85d7aed13 100644 --- a/src/composite-undo-stack-observer.cpp +++ b/src/composite-undo-stack-observer.cpp @@ -11,6 +11,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include #include "composite-undo-stack-observer.h" #include "xml/event.h" -- cgit v1.2.3