a missing include

This commit is contained in:
Aaron Seigo 2011-11-03 12:15:52 +01:00
parent ee75cfc1c8
commit f38425761a

View File

@ -69,6 +69,8 @@
#ifndef PLASMA_NO_KUTILS #ifndef PLASMA_NO_KUTILS
#include <kcmoduleinfo.h> #include <kcmoduleinfo.h>
#include <kcmoduleproxy.h> #include <kcmoduleproxy.h>
#else
#include <kcmodule.h>
#endif #endif
#ifndef PLASMA_NO_SOLID #ifndef PLASMA_NO_SOLID