diff options
author | Fabian <fabian@arctium.io> | 2024-03-01 11:40:12 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-04-13 18:08:21 +0200 |
commit | cf11fea9fbe8ad655aadd9269e5971bea8b28965 (patch) | |
tree | cf1b05d45e4ebf57478ca70e6eebb4cbc140b9b7 | |
parent | 9cfd55e9314b9b84044e791686d8601660437372 (diff) |
Tests: Add missing include
(cherry picked from commit 084d9d37b17d7a3b91d26bc224b67daa37c13109)
-rw-r--r-- | tests/common/Config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common/Config.cpp b/tests/common/Config.cpp index 639622c41e6..b2b1ad4e115 100644 --- a/tests/common/Config.cpp +++ b/tests/common/Config.cpp @@ -22,6 +22,7 @@ #include <boost/filesystem.hpp> #include <cstdlib> #include <cstring> +#include <fstream> #include <map> #include <string> |