diff --git a/src/PyHelper.hpp b/src/PyHelper.hpp index 8ef80f5..8b8062c 100644 --- a/src/PyHelper.hpp +++ b/src/PyHelper.hpp @@ -1,6 +1,8 @@ #ifndef PYHELPER_HPP #define PYHELPER_HPP #pragma once +// Code taken and adapted from +// https ://www.codeproject.com/Articles/820116/Embedding-Python-program-in-a-C-Cplusplus-code #include #include