Skip to content

Commit 520f3ef

Browse files
committed
fix: add missing include for clang
1 parent 4492500 commit 520f3ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/module.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#include <plugify/call.hpp>
55
#include <plugify/language_module.hpp>
66
#include <plugify/extension.hpp>
7+
78
#include <plg/numerics.hpp>
9+
810
#define PY_SSIZE_T_CLEAN
911
#include <Python.h>
1012
#include <memory>
@@ -13,6 +15,7 @@
1315
#include <map>
1416
#include <unordered_map>
1517
#include <unordered_set>
18+
#include <exception>
1619

1720
using namespace plugify;
1821

0 commit comments

Comments
 (0)