blob: bf3107e8ece47b0f4721655f9b69edfabc10a578 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- pokerth-1.1.2-rc/src/net/common/serveracceptwebhelper.cpp
+++ pokerth-1.1.2-rc/src/net/common/serveracceptwebhelper.cpp
@@ -29,6 +29,8 @@
* as that of the covered work. *
*****************************************************************************/
+#include <boost/bind.hpp>
+
#include <net/serveracceptwebhelper.h>
#include <net/sessiondata.h>
#include <net/webreceivebuffer.h>
|