diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 4 | ||||
-rw-r--r-- | src/internal/logging.h | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 44ae5d4..bddc237 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,8 +3,8 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}) find_package(spdlog REQUIRED) -plugin_manifest(SouthRPC name "South-RPC") -plugin_manifest(SouthRPC displayname "South RPC") +plugin_manifest(SouthRPC name "SouthRPC") +plugin_manifest(SouthRPC displayname "SouthRPC") plugin_manifest(SouthRPC description "Implements JSON-RPC Bridge for Northstar over TCP/IP") plugin_manifest(SouthRPC run_on_server OFF) plugin_manifest(SouthRPC run_on_client ON) diff --git a/src/internal/logging.h b/src/internal/logging.h index ad6de6b..fb0e415 100644 --- a/src/internal/logging.h +++ b/src/internal/logging.h @@ -2,6 +2,7 @@ #define LOGGING_H #include <iostream> +#include <chrono> #include "plugin.h" #include "spdlog/sinks/base_sink.h" |