From b0872ed024992bd25b34e55ad91f579fac1baf19 Mon Sep 17 00:00:00 2001 From: ruglory Date: Thu, 26 Feb 2009 02:59:39 +0000 Subject: [PATCH] Missing header added git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@102 cac9541e-1b8d-4bfa-827e-589bba606050 --- lscribed/drivehandler.cpp | 2 ++ lscribed/introspecthandler.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lscribed/drivehandler.cpp b/lscribed/drivehandler.cpp index ee3d529..76d029f 100644 --- a/lscribed/drivehandler.cpp +++ b/lscribed/drivehandler.cpp @@ -20,6 +20,8 @@ #include +#include + #include "drivehandler.h" #include "lscribed.h" diff --git a/lscribed/introspecthandler.cpp b/lscribed/introspecthandler.cpp index f59b474..84a8a92 100644 --- a/lscribed/introspecthandler.cpp +++ b/lscribed/introspecthandler.cpp @@ -21,6 +21,8 @@ #include "introspecthandler.h" #include "lscribed.h" +#include + using namespace DBusCpp; DBusHandlerResult IntrospectHandler::processMessage( const Message &msg )