Skip to content

Commit

Permalink
added pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
fnc12 committed Dec 16, 2024
1 parent 1c1d4f0 commit 49f5e52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/locking_mode.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <array> // std::array
#include <string> // std::string
#include <utility> // std::pair
Expand Down
1 change: 1 addition & 0 deletions include/sqlite_orm/sqlite_orm.h
Original file line number Diff line number Diff line change
Expand Up @@ -12726,6 +12726,7 @@ namespace sqlite_orm {
// #include "journal_mode.h"

// #include "locking_mode.h"

#include <array> // std::array
#include <string> // std::string
#include <utility> // std::pair
Expand Down

0 comments on commit 49f5e52

Please sign in to comment.