Much good #defining ENFORCE_HTTPS does if we don't include Config.h
This commit is contained in:
parent
fe87203eb4
commit
194c50ae3c
@ -1,6 +1,7 @@
|
|||||||
#ifndef REQUEST_H
|
#ifndef REQUEST_H
|
||||||
#define REQUEST_H
|
#define REQUEST_H
|
||||||
|
|
||||||
|
#include "Config.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
#include "common/String.h"
|
#include "common/String.h"
|
||||||
#ifndef NOHTTP
|
#ifndef NOHTTP
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#ifndef REQUESTMANAGER_H
|
#ifndef REQUESTMANAGER_H
|
||||||
#define 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 "common/tpt-minmax.h" // for MSVC, ensures windows.h doesn't cause compile errors by defining min/max
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
Loading…
Reference in New Issue
Block a user