Actions
Bug #1702
closedrib/face-entry.hpp missing #include "common.hpp"
Start date:
06/26/2014
Due date:
% Done:
100%
Estimated time:
Description
When compiling without precompiled headers (./waf configure --without-pch
), the compilation fails.
Adding
#include "common.hpp"
into rib/face-entry.hpp
would solve the problem.
Actions