Skip to content

Commit

Permalink
fix gcc-11 build error
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyaRanjanDas-tomtom committed Oct 24, 2024
1 parent b79d547 commit 1b4c08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ parser.tab.*
[Rr]elease/
x64/
build/
build.*/
builds/
[Bb]in/
[Oo]bj/
Expand Down
1 change: 1 addition & 0 deletions cppparser/src/memory_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#define B1A7BAF0_1D5C_4F41_9DF8_07895208C0BC

#include <memory>
#include <stdexcept>

template <typename T>
auto Ptr(T* p)
Expand Down

0 comments on commit 1b4c08d

Please sign in to comment.