Skip to content
Snippets Groups Projects
Commit c7696578 authored by Maxence Naud's avatar Maxence Naud
Browse files

Merge branch 'fix_include' into 'main'

[fix]

See merge request !22
parents 71763994 4fd8ff3f
No related branches found
No related tags found
1 merge request!22[fix]
Pipeline #32623 passed
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#endif #endif
#include <vector> #include <vector>
#include <string> #include <string>
#include <set>
#ifdef PYBIND #ifdef PYBIND
namespace py = pybind11; namespace py = pybind11;
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#define AIDGE_UTILS_H_ #define AIDGE_UTILS_H_
#include <cstdio> #include <cstdio>
#include <memory>
#ifdef NO_EXCEPTIONS #ifdef NO_EXCEPTIONS
#define AIDGE_THROW_OR_ABORT(ex, ...) \ #define AIDGE_THROW_OR_ABORT(ex, ...) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment