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 #pragma once
#include <string> #include <string>
#include <cstdint>
namespace pipedal { 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. must be performed even if you used Visual Studio Code to initially install the project.
cd ~/src/pipedal cd ~/src/pipedal
git submodule init git submodule update --init --recursive
git submodule update
Run the following command to install and configure React dependencies. Run the following command to install and configure React dependencies.