Explicitly include core/os/os.h where used
This commit is contained in:
parent
74b5be24f4
commit
f332faf46b
106 changed files with 119 additions and 9 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include "editor_http_server.h"
|
||||
|
||||
#include "core/os/os.h"
|
||||
|
||||
void EditorHTTPServer::_server_thread_poll(void *data) {
|
||||
EditorHTTPServer *web_server = static_cast<EditorHTTPServer *>(data);
|
||||
while (!web_server->server_quit.is_set()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue