Fixed vector_test and cleaned up intermodule singleton code.

This commit is contained in:
Ion Gaztañaga
2014-07-10 21:38:52 +02:00
parent fe40c36e6c
commit de72bbf2d8
6 changed files with 17 additions and 15 deletions

View File

@@ -9,6 +9,7 @@
//////////////////////////////////////////////////////////////////////////////
#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/intermodule_singleton.hpp>
#include <boost/interprocess/detail/portable_intermodule_singleton.hpp>
#include <iostream>
using namespace boost::interprocess;