@@ -121,7 +121,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include "Cond.h"
#include "OsFile.h"
#include "OsWindow.h"
-#include "Socket.h"
+#include "OsSocket.h"
// Engine/Renderers
#include "Renderer.h"
@@ -26,4 +26,4 @@ OTHER DEALINGS IN THE SOFTWARE.
#pragma once
-#include "../posix/Socket.h"
+#include "../posix/OsSocket.h"
@@ -26,7 +26,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#include "List.h"
#include "Queue.h"
#include "IdTable.h"