From: David Faure Date: Mon, 5 Feb 2007 23:12:51 +0000 (+0000) Subject: Fix compilation X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d674eda21814c9558048ba5d4c9bce7649b5b8e7 Fix compilation svn path=/trunk/playground/utils/dolphin/; revision=630669 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dee3c0557..c89c3c4f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,6 @@ include (MacroLibrary) add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) add_definitions (${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS} -DHAVE_CONFIG_H=1) -link_directories (${KDE4_LIB_DIR}) include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) include (ConfigureChecks.cmake) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index a2f99a243..5e9948939 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -48,6 +48,7 @@ #include #include #include +#include #include #include #include