Skip to content

Commit

Permalink
Fix #395
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki-7 committed Feb 10, 2024
1 parent 5cc8121 commit 603ae8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions include/zen-remote/loop.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include <stdint.h>

#include <cstdint>
#include <functional>

namespace zen::remote {
Expand Down

0 comments on commit 603ae8c

Please sign in to comment.