diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 136143e..7b7e33d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,6 +61,7 @@ jobs: sudo apt-get -y install net-tools sudo snap install iputils sudo apt-get update -y + sudo find / -name ipx.h #sudo apt-get -y install linux-headers-$(uname -r) #sudo apt-get -y install linux-headers-generic diff --git a/Interpret.cpp b/Interpret.cpp index 7ec506e..d5eebcc 100644 --- a/Interpret.cpp +++ b/Interpret.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #endif template