diff --git a/CMakeLists.txt b/CMakeLists.txt index 0342a5c..8fa02b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project( LANGUAGES C CXX HOMEPAGE_URL https://github.com/zwin-project/zen-remote DESCRIPTION "Library for ZEN to communicate with devices over a network" - VERSION 0.1.1 + VERSION 0.1.2 ) set(CMAKE_CXX_STANDARD 17) diff --git a/include/zen-remote/loop.h b/include/zen-remote/loop.h index 3d2bebb..091ae5c 100644 --- a/include/zen-remote/loop.h +++ b/include/zen-remote/loop.h @@ -1,7 +1,6 @@ #pragma once -#include - +#include #include namespace zen::remote {