diff options
Diffstat (limited to 'decoder')
-rw-r--r-- | decoder/tree_fragment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/tree_fragment.h b/decoder/tree_fragment.h index f9dfa8cc..79722b5a 100644 --- a/decoder/tree_fragment.h +++ b/decoder/tree_fragment.h @@ -6,6 +6,7 @@ #include <vector> #include <string> #include <cassert> +#include <cstddef> namespace cdec { |