Skip to content

Commit

Permalink
Bugfix due to API change in link-grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Dec 6, 2013
1 parent efcb503 commit 3a3b5ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opencog/viterbi/parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <sstream>
// #include <vector>

#include <link-grammar/read-dict.h>
#include <link-grammar/dict-api.h>

#include <opencog/util/oc_assert.h>
#include <opencog/atomspace/Atom.h>
Expand Down
2 changes: 1 addition & 1 deletion opencog/viterbi/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <string>

// link-grammar include files, needed for Exp, Dict
#include <link-grammar/read-dict.h>
#include <link-grammar/dict-api.h>
#include <opencog/atomspace/Atom.h>
#include <opencog/guile/SchemeEval.h>

Expand Down
2 changes: 1 addition & 1 deletion tests/viterbi/InitUTest.cxxtest
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#include <link-grammar/read-dict.h>
#include <link-grammar/dict-api.h>

#include <opencog/viterbi/atom_types.h>
#include <opencog/viterbi/parser.h>
Expand Down

0 comments on commit 3a3b5ad

Please sign in to comment.