You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Headers should be included from the src dir, e.g. #include src/syntax/ast/nodes.h
Currently a file in src/syntax will include nodes.h as #include ast/nodes.h.
Headers should be included from the src dir, e.g. #include src/syntax/ast/nodes.h
Currently a file in src/syntax will include nodes.h as #include ast/nodes.h.
Reference: https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
The text was updated successfully, but these errors were encountered: