1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00

Appveyor fix

This commit is contained in:
Mordred 2018-02-14 18:24:59 +01:00
parent 2e3a596c2d
commit d7f8b55b08

View file

@ -9,7 +9,7 @@
#include <iostream>
#include <cctype>
#include <set>
#include "ExdDataGenerated.h"
#include <ExdDataGenerated.h>
#include <common/Logging/Logger.h>
#include <boost/range/algorithm/remove_if.hpp>
#include <boost/algorithm/string/classification.hpp>