mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Fix for windows compile issue
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
#include "eqemu_command_handler.h"
|
#include "eqemu_command_handler.h"
|
||||||
|
#include "terminal_color.hpp"
|
||||||
#include "../platform.h"
|
#include "../platform.h"
|
||||||
|
|
||||||
namespace EQEmuCommand {
|
namespace EQEmuCommand {
|
||||||
@@ -189,4 +190,4 @@ namespace EQEmuCommand {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
#define EQEMU_EQEMU_COMMAND_HANDLER_H
|
#define EQEMU_EQEMU_COMMAND_HANDLER_H
|
||||||
|
|
||||||
#include "argh.h"
|
#include "argh.h"
|
||||||
#include "terminal_color.hpp"
|
|
||||||
|
|
||||||
namespace EQEmuCommand {
|
namespace EQEmuCommand {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user