Skip to content

Commit 81efc7d

Browse files
committed
refactor: move up global import
1 parent 85bdd5c commit 81efc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/cpp/specs/HybridNitroSQLiteQueryResult.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

3-
#include <map>
43
#include "HybridNitroSQLiteQueryResultSpec.hpp"
54
#include "types.hpp"
5+
#include <map>
66

77
using namespace margelo::rnnitrosqlite;
88

0 commit comments

Comments
 (0)