-
Notifications
You must be signed in to change notification settings - Fork 72
Add missing includes / don't include standard headers in namespaces #364
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
Comments
I also got other strange compile errors when compiling Envoy proxy:
I think that happens because the header
And in files like
-> so the header |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some missing includes. On some systems, these includes may not be necessary (because they are contained in other system headers).
I have found these while compiling Envoy proxy on Fedora 38.
vm_id_handle.h:
#include <string>
#include <string_view>
wasm_vm.h:
#include <string_view>
The text was updated successfully, but these errors were encountered: