We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 325a46c + 4cbb488 commit 51fc396Copy full SHA for 51fc396
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.25.1)
2
3
project(FreeMajor VERSION "1.0" LANGUAGES CXX)
4
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
sources/utility/misc.h
@@ -2,6 +2,7 @@
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE or copy at
// http://www.boost.org/LICENSE_1_0.txt)
5
+// Modifié par Julien Taverna 2026 - pour compilation
6
7
#pragma once
8
#include <string>
@@ -10,6 +11,7 @@
10
11
#include <stdio.h>
12
#include <string.h>
13
#include <sys/stat.h>
14
+#include <cstdint>
15
#include <sys/types.h>
16
17
// stream RAII
0 commit comments