From a1970eb009002686e8fa7797d6b8e8bc4eec7edd Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 21 Apr 2019 15:33:26 +0500 Subject: Fixed compilation in MSVC v142 --- src/Shader.hpp | 1 + src/Socket.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src') 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 #include +#include #include #include 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 +#include Socket::Socket(std::string address, unsigned short port) { if (SDLNet_Init() == -1) -- cgit v1.2.3 From 8dc104e0b7f99ff6f073d5e0c79b27bbc57ee832 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 21 Apr 2019 15:34:04 +0500 Subject: Added manifest file for HiDPI-scaling --- src/app.manifest | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/app.manifest (limited to 'src') diff --git a/src/app.manifest b/src/app.manifest new file mode 100644 index 0000000..26b3834 --- /dev/null +++ b/src/app.manifest @@ -0,0 +1,8 @@ + + + + + PerMonitorV2 + + + \ No newline at end of file -- cgit v1.2.3