diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Shader.hpp | 1 | ||||
-rw-r--r-- | src/Socket.cpp | 1 |
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) |