Skip to content
Snippets Groups Projects
Commit 531df902 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Added missing include in status_code.h

parent d1525b52
No related branches found
No related tags found
1 merge request!3Better Error Handling and Logging
Pipeline #11066 passed
Pipeline: caosdb-cppinttest

#11076

    ......@@ -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.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment