/usr/include/ITK-4.5/sgi/vcl_bitset.h is in libinsighttoolkit4-dev 4.5.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #ifndef vcl_sgi_bitset_h_
#define vcl_sgi_bitset_h_
// SGI's /usr/include/CC/bitset is broken when _A is defined
#undef _A
#include "iso/vcl_bitset.h"
#endif // vcl_sgi_bitset_h_
|