mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 06:31:26 +02:00
Much good #defining ENFORCE_HTTPS does if we don't include Config.h
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef REQUEST_H
|
||||
#define REQUEST_H
|
||||
|
||||
#include "Config.h"
|
||||
#include <map>
|
||||
#include "common/String.h"
|
||||
#ifndef NOHTTP
|
||||
|
@@ -2,6 +2,7 @@
|
||||
#ifndef REQUESTMANAGER_H
|
||||
#define REQUESTMANAGER_H
|
||||
|
||||
#include "Config.h"
|
||||
#include "common/tpt-minmax.h" // for MSVC, ensures windows.h doesn't cause compile errors by defining min/max
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
|
Reference in New Issue
Block a user