mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Add missing <typeinfo> header
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@
|
||||
/test/test_intermod_holder.hpp.wrk
|
||||
/test/intermod_holder_dll.hpp
|
||||
/test/test_intermod_holder_main.cpp.wrk
|
||||
/proj/vs
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
|
||||
#include <boost/interprocess/detail/config_begin.hpp>
|
||||
#include <boost/interprocess/detail/workaround.hpp>
|
||||
#include <boost/interprocess/timed_utils.hpp>
|
||||
#include <boost/interprocess/sync/detail/common_algorithms.hpp>
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <boost/interprocess/sync/scoped_lock.hpp>
|
||||
#include "util.hpp"
|
||||
#include <iostream>
|
||||
#include <typeinfo>
|
||||
|
||||
namespace boost{
|
||||
namespace interprocess{
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <algorithm> //std::equal
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <typeinfo>
|
||||
|
||||
namespace boost { namespace interprocess { namespace test {
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <boost/interprocess/detail/portable_intermodule_singleton.hpp>
|
||||
#include <iostream>
|
||||
#include <cstdlib> //for std::abort
|
||||
#include <typeinfo>
|
||||
|
||||
using namespace boost::interprocess;
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include <iostream>
|
||||
#include <new> //std::nothrow
|
||||
#include <cstring> //std::memset
|
||||
#include <typeinfo>
|
||||
|
||||
namespace boost { namespace interprocess { namespace test {
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "util.hpp"
|
||||
#include <boost/interprocess/detail/os_thread_functions.hpp>
|
||||
#include <boost/interprocess/sync/scoped_lock.hpp>
|
||||
|
||||
#include <typeinfo>
|
||||
#include <iostream>
|
||||
|
||||
namespace boost { namespace interprocess { namespace test {
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <new>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
#include <typeinfo>
|
||||
|
||||
// local
|
||||
#include "get_process_id_name.hpp"
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <cstddef>
|
||||
#include <new>
|
||||
#include <cstring>
|
||||
#include <typeinfo>
|
||||
|
||||
using namespace boost::interprocess;
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
#include "util.hpp"
|
||||
#include <typeinfo>
|
||||
|
||||
namespace boost { namespace interprocess { namespace test {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user