Fix for compile issue when you either don't have openSSL or you're using a version not supported by httplib

This commit is contained in:
KimLS
2021-07-22 19:03:05 -07:00
parent 2b74d71ff5
commit fe7cb764b2
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -75,8 +75,6 @@
#include "mob_movement_manager.h"
#include "npc_scale_manager.h"
#include "../common/content/world_content_service.h"
#define CPPHTTPLIB_OPENSSL_SUPPORT
#include "../common/http/httplib.h"
extern QueryServ* QServ;