← Back to team overview

linuxdcpp-team team mailing list archive

[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2614: gcc compile fix

 

------------------------------------------------------------
revno: 2614
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Fri 2011-09-23 17:08:32 +0200
message:
  gcc compile fix
modified:
  dcpp/GeoIP.h


--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk

Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/GeoIP.h'
--- dcpp/GeoIP.h	2011-09-23 11:47:15 +0000
+++ dcpp/GeoIP.h	2011-09-23 15:08:32 +0000
@@ -20,6 +20,7 @@
 #define DCPLUSPLUS_DCPP_GEOIP_H
 
 #include <GeoIP.h>
+#include <string>
 
 namespace dcpp {