mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 23:17:19 +00:00
Address bug #15459: Invoke BOOST_MULTI_INDEX_DISABLE_SERIALIZATION macro.
This commit is contained in:
parent
06b33bd466
commit
66d834c471
@ -14,6 +14,12 @@
|
||||
#ifndef SHARED_OBJECT_HPP_INCLUDED
|
||||
#define SHARED_OBJECT_HPP_INCLUDED
|
||||
|
||||
/*
|
||||
* Magic to address a Debian dependency problem:
|
||||
* see <https://gna.org/bugs/?15459> for discussion.
|
||||
*/
|
||||
#define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION
|
||||
|
||||
#include <climits>
|
||||
#include <cassert>
|
||||
#include <boost/multi_index_container.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user