-
Notifications
You must be signed in to change notification settings - Fork 1
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
Incomplete header annotations #13
Comments
This might be related to the "fix" I commited recently (28bb032) along with the API commit allscale/allscale_api@d006bb9 So my first try to fix this would be to include After a quick glance at the source, the pic_tracer doesn't include |
The pic_tracer translation unit includes the Since the It is not the case that |
I fully agree with that. But I still guess the reason for this problem is, that pic_tracer.cxx gets My assumption is, that moving the two AllScale API includes after the ipic3d includes might solve this problem here. |
As can be observed when generating code for the pic_tracer example, the header include
<random>
is missing forBoth types are used in the generated code, in their qualified name. However, the corresponding include pragma is missing.
The text was updated successfully, but these errors were encountered: