From 57e5b97241ea4daa91286e6cf710ccedf97d9199 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Thu, 5 Oct 2023 23:01:19 -0600 Subject: [PATCH] Fixed compilation error and moved to LUS[version/pu] --- libultraship | 2 +- src/port/Engine.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libultraship b/libultraship index eadf676c..91ea351a 160000 --- a/libultraship +++ b/libultraship @@ -1 +1 @@ -Subproject commit eadf676c6c9f3ea475a5e062ae5e2ef93ba17419 +Subproject commit 91ea351a475f83a2150be85e73d52e58aa3a0b94 diff --git a/src/port/Engine.h b/src/port/Engine.h index 01f0c952..f3cbc5b3 100644 --- a/src/port/Engine.h +++ b/src/port/Engine.h @@ -3,6 +3,7 @@ #ifdef __cplusplus #include #include +#include #define SAMPLES_HIGH 544 #define SAMPLES_LOW 528