pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3579 - trunk/pingus/src/input


From: plouj at BerliOS
Subject: [Pingus-CVS] r3579 - trunk/pingus/src/input
Date: Sat, 28 Jun 2008 18:04:04 +0200

Author: plouj
Date: 2008-06-28 18:04:03 +0200 (Sat, 28 Jun 2008)
New Revision: 3579

Modified:
   trunk/pingus/src/input/evdev_device.hpp
Log:
include <string.h> instead of just <string>


Modified: trunk/pingus/src/input/evdev_device.hpp
===================================================================
--- trunk/pingus/src/input/evdev_device.hpp     2008-06-11 17:23:45 UTC (rev 
3578)
+++ trunk/pingus/src/input/evdev_device.hpp     2008-06-28 16:04:03 UTC (rev 
3579)
@@ -21,7 +21,7 @@
 #define HEADER_EVDEV_DEVICE_HPP
 
 #include <vector>
-#include <string>
+#include <string.h>
 #include "control.hpp"
 
 namespace Input {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]