We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include <boost/shared_ptr.hpp> #include <map>
This works because it is currently only used in places that also have these includes, but it means it can't be compiled in isolation.
The text was updated successfully, but these errors were encountered:
Fixed the issue on my fork - Update Codebase to C++17 Standard.
Sorry, something went wrong.
Could you put it in its own PR @Ohisemega? We want to be able to merge these in any order.
Ok I'll create a new pull request.
Add Required Headers to ClassLoader.h File
4fea6ec
Add dependency header to ClassLoader.h to allow stand-alone compilation. Fixes odin-detector#319
GDYendell
Successfully merging a pull request may close this issue.
This works because it is currently only used in places that also have these includes, but it means it can't be compiled in isolation.
The text was updated successfully, but these errors were encountered: