Skip to content

Commit 4f5bda0

Browse files
committed
修复错误
1 parent 2c079d6 commit 4f5bda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sqlite/sqlite.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
2020
* Github: https://github.com/mikecovlee
2121
*/
22-
#include <covscript/exceptions.hpp>
2322
#include "sqlite3.h"
2423
#include <utility>
2524
#include <string>
2625
#include <memory>
26+
#include <covscript/exceptions.hpp>
2727

2828
namespace cs_impl {
2929
class sqlite final {

0 commit comments

Comments
 (0)