diff options
| author | inspectredc <inspectredc@gmail.com> | 2023-09-23 23:56:01 +0100 |
|---|---|---|
| committer | inspectredc <inspectredc@gmail.com> | 2023-09-23 23:56:01 +0100 |
| commit | 8ad502affcf89eb07929d167cdb8a9b0bc1e0b4d (patch) | |
| tree | bc8ee018e023724adbe44dd982231a99e19dfb08 /src/factories/BlobFactory.cpp | |
| parent | 3b9fe53e8ccdf307744651166c1610af4a2543e4 (diff) | |
build linux
Diffstat (limited to 'src/factories/BlobFactory.cpp')
| -rw-r--r-- | src/factories/BlobFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factories/BlobFactory.cpp b/src/factories/BlobFactory.cpp index e4924bf..cc66463 100644 --- a/src/factories/BlobFactory.cpp +++ b/src/factories/BlobFactory.cpp @@ -1,5 +1,5 @@ #include "BlobFactory.h" -#include <filesystem> +#include <cstring> #include "utils/MIODecoder.h" namespace fs = std::filesystem; |
