Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix Makefile based build
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Feb 20, 2020
1 parent bcd5378 commit 052f864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imperative/imperative.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include <unordered_map>
#include <unordered_set>

#include "./cached_op.h"
#include "./imperative_utils.h"
#include "./cached_op.h"

namespace nnvm {
ObjectPtr CreateVariableNode(const std::string &name);
Expand Down

0 comments on commit 052f864

Please sign in to comment.