Skip to content

Commit fd71815

Browse files
add missing include
1 parent 8703d33 commit fd71815

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
44
# ======================================================================================================================
55

66
# project
7-
project(stdin-to-modbus-shm LANGUAGES CXX VERSION 1.1.1)
7+
project(stdin-to-modbus-shm LANGUAGES CXX VERSION 1.1.2)
88

99
# settings
1010
set(Target "stdin-to-modbus-shm") # Executable name (without file extension!)

src/InputParser.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#pragma once
77

88
#include <cstddef>
9+
#include <cstdint>
910
#include <string>
1011
#include <vector>
1112

0 commit comments

Comments
 (0)