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

View File

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