diff options
Diffstat (limited to 'includes/compiler/BitVectors.h')
-rw-r--r-- | includes/compiler/BitVectors.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/compiler/BitVectors.h b/includes/compiler/BitVectors.h new file mode 100644 index 0000000..7849dcb --- /dev/null +++ b/includes/compiler/BitVectors.h @@ -0,0 +1,6 @@ +#ifndef COMPILER_BITVECTORS_H +#define COMPILER_BITVECTORS_H + +#include "compiler/common.h" + +#endif |