Fix an import statement that was causing some compilations to fail

This commit is contained in:
HeroCC 2018-07-05 14:19:28 -04:00 committed by Patrik Dahlström
parent 792517ddb4
commit d3bcced88d

View File

@ -1,12 +1,12 @@
#pragma once
#include "mumlib/Callback.hpp"
#include "mumlib/enums.hpp"
#include <boost/asio.hpp>
#include <boost/noncopyable.hpp>
#include <string>
#include <mumlib/enums.hpp>
namespace mumlib {