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
When the np1sec headers are included in projects other than the library itself, they should
be included in a form
#include <np1sec/interface.h>
Instead of
#include "src/interface.h"
As is done e.g. here. Keywords such as "interface" are generic and very likely used in other projects as well so adding the "np1sec/" prefix would avoid file name clashes. Plus it is nice to be explicit about where the header is located.
The text was updated successfully, but these errors were encountered:
When the np1sec headers are included in projects other than the library itself, they should
be included in a form
Instead of
As is done e.g. here. Keywords such as "interface" are generic and very likely used in other projects as well so adding the "np1sec/" prefix would avoid file name clashes. Plus it is nice to be explicit about where the header is located.
The text was updated successfully, but these errors were encountered: