Boost ThrowExceptions required for macro

This commit is contained in:
Zaal Tonia 2019-04-12 11:45:52 -04:00 committed by Pentarctagon
parent cd2032f1b3
commit ac26520bfa

View file

@ -23,6 +23,7 @@ class version_info;
#include <string>
#include <vector>
#include <utility>
#include <boost/throw_exception.hpp>
/**
* Exception thrown when the WML parser fails to read a .pbl file.