ASYLUM: Use smaller include
Whole asylum.h is not needed and contains C++11 constructs. Detection fails to build with older compilers in this case.
This commit is contained in:
parent
42e45f6769
commit
ec7c5bec6d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "base/plugins.h"
|
||||
|
||||
#include "asylum/detection_table.h"
|
||||
#include "asylum/asylum.h"
|
||||
#include "asylum/console.h"
|
||||
|
||||
static const DebugChannelDef debugFlagList[] = {
|
||||
{Asylum::kDebugLevelMain, "Main", "Generic debug level"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue