/* bitSet.h */ #ifndef BITSET_H #define BITSET_H #include "pvIntrospect.h" namespace epics { namespace pvData { class BitSet; // must be defined and implemented }} #endif /* BITSET_H */