Daniele Bartolini 9 年之前
父節點
當前提交
9b6c8185c9
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 0
      src/core/network/socket.cpp
  2. 0 1
      src/core/network/socket.h

+ 1 - 0
src/core/network/socket.cpp

@@ -3,6 +3,7 @@
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 
+#include "error.h"
 #include "ip_address.h"
 #include "socket.h"
 

+ 0 - 1
src/core/network/socket.h

@@ -5,7 +5,6 @@
 
 #pragma once
 
-#include "error.h"
 #include "network_types.h"
 #include "platform.h"
 #include "types.h"