diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-11-26 15:40:04 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-11-26 15:40:04 +0100 |
| commit | 3e9c2c93214f960a3ef3a6f1533e005df588f75b (patch) | |
| tree | c8a7ef767d832c49299a557facd6940eee49e047 /BTBKit | |
| parent | b863b259d0b558bc3b978b5c14de5ae56ebb8974 (diff) | |
FIX: Use Includes.h for standard includes.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'BTBKit')
| -rw-r--r-- | BTBKit/IManifestBuilder.h | 1 | ||||
| -rw-r--r-- | BTBKit/Includes.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/BTBKit/IManifestBuilder.h b/BTBKit/IManifestBuilder.h index 9908522..48ef3e2 100644 --- a/BTBKit/IManifestBuilder.h +++ b/BTBKit/IManifestBuilder.h @@ -6,6 +6,7 @@ #pragma once #include <Macros.h> +#include <Includes.h> /// @brief Builder interface class. /// @note This class is meant to be used as an interface. diff --git a/BTBKit/Includes.h b/BTBKit/Includes.h index dcafaa6..070f80b 100644 --- a/BTBKit/Includes.h +++ b/BTBKit/Includes.h @@ -6,5 +6,7 @@ #include <string> #include <iostream> #include <thread> +#include <sstream> +#include <fstream> #endif // BTB_INCLUDES_H |
