Skip to content

Commit

Permalink
Add miossing header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Dec 17, 2019
1 parent a89683a commit 0a353dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions opencog/ure/Rule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <boost/uuid/uuid_generators.hpp>
#include <boost/algorithm/cxx11/any_of.hpp>

#include <opencog/util/oc_assert.h>
#include <opencog/atoms/base/Link.h>
#include <opencog/atoms/base/Node.h>
#include <opencog/atoms/core/DefineLink.h>
Expand Down
1 change: 1 addition & 0 deletions opencog/ure/UREConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "UREConfig.h"

#include <opencog/util/oc_assert.h>
#include <opencog/atoms/core/NumberNode.h>
#include <opencog/atomspaceutils/AtomSpaceUtils.h>

Expand Down

0 comments on commit 0a353dd

Please sign in to comment.