diff options
Diffstat (limited to 'decoder/hg_io.h')
-rw-r--r-- | decoder/hg_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/hg_io.h b/decoder/hg_io.h index 7162106e..b6a176ab 100644 --- a/decoder/hg_io.h +++ b/decoder/hg_io.h @@ -2,8 +2,8 @@ #define _HG_IO_H_ #include <iostream> - #include "lattice.h" + class Hypergraph; struct HypergraphIO { |