We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8703d33 commit fd71815Copy full SHA for fd71815
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
4
# ======================================================================================================================
5
6
# project
7
-project(stdin-to-modbus-shm LANGUAGES CXX VERSION 1.1.1)
+project(stdin-to-modbus-shm LANGUAGES CXX VERSION 1.1.2)
8
9
# settings
10
set(Target "stdin-to-modbus-shm") # Executable name (without file extension!)
src/InputParser.hpp
@@ -6,6 +6,7 @@
#pragma once
#include <cstddef>
+#include <cstdint>
#include <string>
11
#include <vector>
12
0 commit comments