src/Network/Socket.hh
branchnew_graphics
changeset 418 194bc810a570
parent 400 d64bf28c4340
--- a/src/Network/Socket.hh	Thu Jan 22 01:53:05 2009 +0200
+++ b/src/Network/Socket.hh	Thu Jan 22 02:38:33 2009 +0200
@@ -15,6 +15,8 @@
 #include "Address.hh"
 #include "Reactor.hh"
 
+#include <ClanLib/signals.h>
+
 /**
  * This is a socket class that wraps an OS socket filedescriptor and provides the more important socket operations
  * as methods. The implementation aims to be address-family agnostic, and should thence work with both IPv6 and IPv4.