Skip to content
New issue

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 <oglplus/config/basic.hpp> missing in deferred_handler.hpp #152

Open
freehour opened this issue Apr 9, 2020 · 0 comments
Open

Comments

@freehour
Copy link

freehour commented Apr 9, 2020

I get following error message:
oglplus/error/deferred_handler.ipp(17): error C2144: syntax error: 'void' should be preceded by ';'
because OGLPLUS_LIB_FUNC is not defined as <oglplus/config/basic.hpp> is not included in deferred_handler.ipp or deferred_handler.hpp.

Adding #include <oglplus/config/basic.hpp> to deferred_handler.hpp fixes the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant