GCC 13 fixes.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
namespace pipedal {
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user