diff options
Diffstat (limited to 'quackleio/gaddagfactory.h')
-rw-r--r-- | quackleio/gaddagfactory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quackleio/gaddagfactory.h b/quackleio/gaddagfactory.h index 364e492..ace0555 100644 --- a/quackleio/gaddagfactory.h +++ b/quackleio/gaddagfactory.h @@ -20,8 +20,11 @@ #define QUACKLE_GADDAGFACTORY_H #include <cstdint> +#include <vector> #include "flexiblealphabet.h" +using std::vector; + // This isn't a strict maximum...you can go higher...but too much higher, and you risk overflowing // node pointers, which will get you garbage words. The OSPS dictionary is known to trigger // such overflows. |