mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Fix for windows compile issue
This commit is contained in:
parent
4ec210c411
commit
b62944c5fb
@ -20,6 +20,7 @@
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include "eqemu_command_handler.h"
|
||||
#include "terminal_color.hpp"
|
||||
#include "../platform.h"
|
||||
|
||||
namespace EQEmuCommand {
|
||||
@ -189,4 +190,4 @@ namespace EQEmuCommand {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
#define EQEMU_EQEMU_COMMAND_HANDLER_H
|
||||
|
||||
#include "argh.h"
|
||||
#include "terminal_color.hpp"
|
||||
|
||||
namespace EQEmuCommand {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user