Skip to content

Commit

Permalink
Update dao.hpp
Browse files Browse the repository at this point in the history
add the required header file
  • Loading branch information
xmh0511 authored Nov 10, 2022
1 parent c4542b6 commit 9425f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xorm/dao.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <utility>
#include <functional>
#include <map>
#include <unordered_map>
#include "reflect/reflector.hpp"
#include "db_utils.hpp"
#include "dbconfig.hpp"
Expand Down Expand Up @@ -240,4 +241,4 @@ namespace xorm {
std::shared_ptr<DataBaseType> conn_ = nullptr;
bool start_transaction_ = false;
};
}
}

0 comments on commit 9425f52

Please sign in to comment.