Fix for windows compile issue

This commit is contained in:
KimLS 2019-08-05 01:12:31 -07:00
parent 4ec210c411
commit b62944c5fb
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}

View File

@ -22,7 +22,6 @@
#define EQEMU_EQEMU_COMMAND_HANDLER_H
#include "argh.h"
#include "terminal_color.hpp"
namespace EQEmuCommand {