summaryrefslogtreecommitdiff
path: root/decoder/lazy.h
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-09-13 04:04:17 -0700
committerKenneth Heafield <github@kheafield.com>2012-09-13 04:04:17 -0700
commit8d0baa1dfb5c18f5be45b4d12b3f925dc04afc48 (patch)
treeaf96b81bfa50321d36a02bc036eabfeb29c32538 /decoder/lazy.h
parenta548c46f3d636093d26f44d5b7642c98def6f351 (diff)
parent816f33174b2c2938a3df9c75b2834da6f5184a3e (diff)
Merge branch 'master' of github.com:kpu/cdec
Diffstat (limited to 'decoder/lazy.h')
-rw-r--r--decoder/lazy.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/decoder/lazy.h b/decoder/lazy.h
index aecd030d..3e71a3b0 100644
--- a/decoder/lazy.h
+++ b/decoder/lazy.h
@@ -1,8 +1,11 @@
#ifndef _LAZY_H_
#define _LAZY_H_
+#include "weights.h"
+#include <vector>
+
class Hypergraph;
-void PassToLazy(const Hypergraph &hg);
+void PassToLazy(const Hypergraph &hg, const std::vector<weight_t> &weights);
#endif // _LAZY_H_