summaryrefslogtreecommitdiff
path: root/src/mmo/socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/socket.hpp')
-rw-r--r--src/mmo/socket.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mmo/socket.hpp b/src/mmo/socket.hpp
index c166794..f62ca7a 100644
--- a/src/mmo/socket.hpp
+++ b/src/mmo/socket.hpp
@@ -21,13 +21,14 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-# include "../sanity.hpp"
+# include "fwd.hpp"
# include <netinet/in.h>
# include <cstdio>
# include <array>
+# include <memory>
# include "../compat/rawmem.hpp"