summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Shader.hpp1
-rw-r--r--src/Socket.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Shader.hpp b/src/Shader.hpp
index d70d394..8e1ce9e 100644
--- a/src/Shader.hpp
+++ b/src/Shader.hpp
@@ -2,6 +2,7 @@
#include <map>
#include <vector>
+#include <string>
#include <GL/glew.h>
#include <glm/glm.hpp>
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)