Fixup 392e97a (includes)

This commit is contained in:
Charles Dang 2017-04-20 08:31:24 +11:00
parent 42b309165a
commit b53ff3187b
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
#include <set>
#include <boost/optional.hpp>
#include <boost/random.hpp>
#include <random>
class cave_map_generator : public map_generator
{

View file

@ -25,7 +25,7 @@ class config;
#include "terrain/translation.hpp"
#include "utils/name_generator.hpp"
#include <boost/random.hpp>
#include <random>
#include <cstdint>
#include <map>
#include <memory>

View file

@ -18,7 +18,7 @@
#include "scripting/lua_kernel_base.hpp"
#include <boost/optional.hpp>
#include <cstdint>
#include <boost/random/mersenne_twister.hpp>
#include <random>
class config;