summaryrefslogtreecommitdiffstats
path: root/src/Socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Socket.cpp')
-rw-r--r--src/Socket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Socket.cpp b/src/Socket.cpp
index 0effb3e..b3de080 100644
--- a/src/Socket.cpp
+++ b/src/Socket.cpp
@@ -1,6 +1,7 @@
#include "Socket.hpp"
#include <thread>
+#include <stdexcept>
Socket::Socket(std::string address, unsigned short port) {
if (SDLNet_Init() == -1)