error log make [ 10%] Building CXX object CMakeFiles/fatx_objects.dir/src/context.cpp.o In file included from /tmp/fatx-code/src/context.hpp:20, from /tmp/fatx-code/src/context.cpp:19: /tmp/fatx-code/src/types.hpp:31:55: error: ‘vareas’ was not declared in this scope 31 | using ptr_vareas = std::shared_ptr<vareas>; | ^~~~~~ /tmp/fatx-code/src/types.hpp:31:61: error: template argument 1 is invalid 31 | using ptr_vareas = std::shared_ptr<vareas>; | ^ /tmp/fatx-code/src/types.hpp:31:39: error: expected...
Missing forward declaration in src/types.hpp