GCC 13 fixes.

This commit is contained in:
Robin Davies
2024-11-11 12:37:55 -05:00
parent a8112ab658
commit df0004310d
2 changed files with 9 additions and 9 deletions
+1
View File
@@ -20,6 +20,7 @@
#pragma once
#include <string>
#include <cstdint>
namespace pipedal {
+1 -2
View File
@@ -46,8 +46,7 @@ In the project root, run the following commands to initialze and update pipedal
must be performed even if you used Visual Studio Code to initially install the project.
cd ~/src/pipedal
git submodule init
git submodule update
git submodule update --init --recursive
Run the following command to install and configure React dependencies.