From bb30daedaeddbe554a8a43111fb8ead8f220e70c Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Wed, 13 May 2026 14:20:26 +0200 Subject: [PATCH] =?UTF-8?q?-=20[FIX]=20en=20Windows=20faltava=20una=20cap?= =?UTF-8?q?=C3=A7alera=20per=20a=20compilar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 + version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index f64591b..edbf673 100644 --- a/main.cpp +++ b/main.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include "version.h" diff --git a/version.h b/version.h index 0e0bdd0..c6817ab 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ #pragma once -#define LAGUEIRTO_VERSION "2.1.0" +#define LAGUEIRTO_VERSION "2.1.1"