Add missing <typeinfo> header

This commit is contained in:
Ion Gaztañaga
2024-02-27 00:12:47 +01:00
parent 6fedc42999
commit b12499e3fb
10 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@
/test/test_intermod_holder.hpp.wrk
/test/intermod_holder_dll.hpp
/test/test_intermod_holder_main.cpp.wrk
/proj/vs

View File

@@ -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>

View File

@@ -27,6 +27,7 @@
#include <boost/interprocess/sync/scoped_lock.hpp>
#include "util.hpp"
#include <iostream>
#include <typeinfo>
namespace boost{
namespace interprocess{

View File

@@ -17,6 +17,7 @@
#include <algorithm> //std::equal
#include <vector>
#include <iostream>
#include <typeinfo>
namespace boost { namespace interprocess { namespace test {

View File

@@ -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;

View File

@@ -19,6 +19,7 @@
#include <iostream>
#include <new> //std::nothrow
#include <cstring> //std::memset
#include <typeinfo>
namespace boost { namespace interprocess { namespace test {

View File

@@ -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 {

View File

@@ -27,6 +27,7 @@
#include <new>
#include <set>
#include <vector>
#include <typeinfo>
// local
#include "get_process_id_name.hpp"

View File

@@ -25,6 +25,7 @@
#include <cstddef>
#include <new>
#include <cstring>
#include <typeinfo>
using namespace boost::interprocess;

View File

@@ -31,6 +31,7 @@
#include <iostream>
#include <cassert>
#include "util.hpp"
#include <typeinfo>
namespace boost { namespace interprocess { namespace test {