diff options
Diffstat (limited to 'mask.h')
-rw-r--r-- | mask.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ #ifndef _MASK_H #define _MASK_H +#include "error.h" + #include <string> #include <exception> -#include "error.h" - class mask_t { public: |