clang (rightfully) complains about missing include

This commit is contained in:
Thomas Krijnen
2024-08-24 15:00:36 +02:00
parent b9855b289f
commit 7a2e58944e
+1
View File
@@ -25,6 +25,7 @@
#include <boost/shared_ptr.hpp>
#include <set>
#include <vector>
namespace IfcParse {
class declaration;