From 8c30d071e55328e3fd629fdc5f1dba86cce8c493 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Fri, 2 Jun 2023 22:07:37 -0500 Subject: [PATCH] Add libstdc++-12-dev to C++ required libraries so clangd is happy Co-authored-by: sigonasr2 --- C++/scripts/build.sh | 2 +- C++/scripts/md5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C++/scripts/build.sh b/C++/scripts/build.sh index 0088e5b..e3c0374 100755 --- a/C++/scripts/build.sh +++ b/C++/scripts/build.sh @@ -4,7 +4,7 @@ printf "Running program...\n\n\n" output=$(dpkg -l | grep libx11-dev) if [[ -z $output ]] then - sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev + sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev libstdc++-12-dev fi if [ ! -f "pixelGameEngine.o" ] then diff --git a/C++/scripts/md5 b/C++/scripts/md5 index b69aebb..efba260 100644 --- a/C++/scripts/md5 +++ b/C++/scripts/md5 @@ -1,4 +1,4 @@ -build.sh:f7da5b6f54c56658f5410e0df797b5a7 - +build.sh:c073187e65d0e23aa77aa94af4ec6382 - commit.sh:d03a46e721060c22ccb146e19d27e70a - debug.sh:849488515cab075948653c15eec4177b - lines.sh:3b907786f7fc9204025993016c9080de -