From 531df90298f76ee3984fba6029469d514f7cbc42 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 2 Aug 2021 12:23:19 +0200 Subject: [PATCH] FIX: Added missing include in status_code.h --- include/caosdb/status_code.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/caosdb/status_code.h b/include/caosdb/status_code.h index 6fb8db3..f24ffae 100644 --- a/include/caosdb/status_code.h +++ b/include/caosdb/status_code.h @@ -22,6 +22,8 @@ #ifndef CAOSDB_STATUS_CODE_H #define CAOSDB_STATUS_CODE_H +#include <string> + /** * StatusCodes represent the status of this client, it's connections, * configuration and so on. -- GitLab