]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
small compile fix
authorHarald Fernengel <harry@kdevelop.org>
Mon, 3 May 2004 17:08:00 +0000 (17:08 +0000)
committerHarald Fernengel <harry@kdevelop.org>
Mon, 3 May 2004 17:08:00 +0000 (17:08 +0000)
qt/message.cpp

index 69c686d031e5e69c806707636121ff4c1f7bb37b..2c1f35eb02f1ed992aa8d26e64c7a675bb06001f 100644 (file)
@@ -22,6 +22,8 @@
  */
 #include "message.h"
 
+#include <qmap.h>
+
 #include <cstdlib>
 
 namespace DBusQt {