Add some missing includes

This commit is contained in:
Emma Broman
2022-09-16 08:18:47 +02:00
parent 7946a93ee5
commit 57dc7dd6b8

View File

@@ -22,6 +22,10 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#include <algorithm>
#include <string>
#include <string_view>
namespace {
constexpr std::string_view _loggerCat = "ExoplanetsModule";