Skip to content

Commit 99aa6e6

Browse files
Merge pull request #27 from akohlmey/fix-for-clang-20
Fix for Clang 20
2 parents 1a85c1a + 6364831 commit 99aa6e6

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1+
*~
2+
*.o
3+
*.so
4+
*.lo
5+
*.cu_o
6+
*.ptx
7+
*_ptx.h
8+
*.a
9+
*.d
10+
*.x
11+
*.exe
12+
*.sif
13+
*.dll
14+
*.pyc
15+
*.whl
16+
a.out
17+
__pycache__
18+
119
/ML-PACE/cnpy

yaml-cpp/src/emitterutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <algorithm>
22
#include <iomanip>
33
#include <sstream>
4+
#include <cinttypes>
45

56
#include "emitterutils.h"
67
#include "exp.h"

0 commit comments

Comments
 (0)