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:
@@ -5,7 +5,7 @@
|
||||
#include <string>
|
||||
#include <optional>
|
||||
#include <limits>
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
/**
|
||||
* @namespace fourdst::atomic
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
namespace fourdst::composition {
|
||||
/**
|
||||
@@ -181,4 +182,4 @@ namespace fourdst::composition {
|
||||
};
|
||||
|
||||
// ReSharper disable once CppClassCanBeFinal
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "fourdst/composition/decorators/composition_masked.h"
|
||||
|
||||
#include "fourdst/atomic/species.h"
|
||||
#include <memory>
|
||||
|
||||
namespace fourdst::composition {
|
||||
MaskedComposition::MaskedComposition(
|
||||
|
||||
Reference in New Issue
Block a user