include optimization

This commit is contained in:
David Markowitz
2025-01-02 20:28:03 -08:00
parent 915e9f75d1
commit e757086465
3 changed files with 6 additions and 4 deletions

View File

@@ -10,6 +10,10 @@
#include "PlayerContainer.h"
#include "GeneralUtils.h"
#include "json.hpp"
using json = nlohmann::json;
typedef struct mg_connection mg_connection;
typedef struct mg_http_message mg_http_message;