Skip to content

Commit

Permalink
Merge pull request #131 from NewbieOrange/patch-1
Browse files Browse the repository at this point in the history
fix: compile error on some environments
  • Loading branch information
hsluoyz authored Jul 28, 2021
2 parents 0025375 + d7436bf commit b6bedd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion casbin/enforcer_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef CASBIN_CPP_ENFORCER_INTERFACE
#define CASBIN_CPP_ENFORCER_INTERFACE

#include "./data_types.h"
#include "./model/model.h"
#include "./persist/adapter.h"
#include "./persist/default_watcher.h"
Expand Down Expand Up @@ -151,4 +152,4 @@ class IEnforcer {

} // namespace casbin

#endif
#endif

0 comments on commit b6bedd2

Please sign in to comment.