Skip to content

Commit 51fc396

Browse files
authored
Merge pull request #20 from jujudusud/master
Modification pour permettre la compilation.
2 parents 325a46c + 4cbb488 commit 51fc396

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3)
1+
cmake_minimum_required(VERSION 3.25.1)
22

33
project(FreeMajor VERSION "1.0" LANGUAGES CXX)
44
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

sources/utility/misc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)
5+
// Modifié par Julien Taverna 2026 - pour compilation
56

67
#pragma once
78
#include <string>
@@ -10,6 +11,7 @@
1011
#include <stdio.h>
1112
#include <string.h>
1213
#include <sys/stat.h>
14+
#include <cstdint>
1315
#include <sys/types.h>
1416

1517
// stream RAII

0 commit comments

Comments
 (0)