fix(gcc): Fixed broken include paths

GCC is more strict with header includes. Fixed some of these so that libcomposition compiled on linux with a gcc toolchain
This commit is contained in:
2025-11-27 17:40:32 -05:00
parent 522d766bc2
commit 6da4818ff4
3 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
#include <string>
#include <optional>
#include <limits>
#include <stdexcept>
/**
* @namespace fourdst::atomic

View File

@@ -7,6 +7,7 @@
#include <map>
#include <set>
#include <vector>
#include <memory>
namespace fourdst::composition {
/**

View File

@@ -1,6 +1,7 @@
#include "fourdst/composition/decorators/composition_masked.h"
#include "fourdst/atomic/species.h"
#include <memory>
namespace fourdst::composition {
MaskedComposition::MaskedComposition(