mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Change sqlite3.h path in sqlite_orm.h
Should fix Appveyor compilation
This commit is contained in:
parent
359991e274
commit
dadf1c5bcf
@ -23,7 +23,7 @@ __pragma(push_macro("min"))
|
||||
|
||||
#include <system_error> // std::error_code, std::system_error
|
||||
#include <string> // std::string
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <stdexcept>
|
||||
#include <sstream> // std::ostringstream
|
||||
|
||||
@ -4645,7 +4645,7 @@ namespace sqlite_orm {
|
||||
}
|
||||
#pragma once
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
|
||||
namespace sqlite_orm {
|
||||
|
||||
@ -4687,7 +4687,7 @@ namespace sqlite_orm {
|
||||
}
|
||||
#pragma once
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <type_traits> // std::enable_if_t, std::is_arithmetic, std::is_same, std::true_type, std::false_type
|
||||
#include <string> // std::string, std::wstring
|
||||
#ifndef SQLITE_ORM_OMITS_CODECVT
|
||||
@ -4920,7 +4920,7 @@ namespace sqlite_orm {
|
||||
}
|
||||
#pragma once
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <type_traits> // std::enable_if_t, std::is_arithmetic, std::is_same, std::enable_if
|
||||
#include <cstdlib> // atof, atoi, atoll
|
||||
#include <string> // std::string, std::wstring
|
||||
@ -6209,7 +6209,7 @@ namespace sqlite_orm {
|
||||
#pragma once
|
||||
|
||||
#include <string> // std::string
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <cstddef> // std::nullptr_t
|
||||
#include <system_error> // std::system_error, std::error_code
|
||||
#include <sstream> // std::stringstream
|
||||
@ -6688,7 +6688,7 @@ namespace sqlite_orm {
|
||||
|
||||
#include <memory> // std::unique/shared_ptr, std::make_unique/shared
|
||||
#include <string> // std::string
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <type_traits> // std::remove_reference, std::is_base_of, std::decay, std::false_type, std::true_type
|
||||
#include <cstddef> // std::ptrdiff_t
|
||||
#include <iterator> // std::input_iterator_tag, std::iterator_traits, std::distance
|
||||
@ -6712,11 +6712,11 @@ namespace sqlite_orm {
|
||||
|
||||
// #include "mapped_row_extractor.h"
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
|
||||
// #include "object_from_column_builder.h"
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
|
||||
// #include "row_extractor.h"
|
||||
|
||||
@ -6870,7 +6870,7 @@ namespace sqlite_orm {
|
||||
#include <memory> // std::shared_ptr
|
||||
#include <string> // std::string
|
||||
#include <utility> // std::forward, std::move
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <system_error> // std::system_error
|
||||
#include <tuple> // std::tuple, std::make_tuple
|
||||
|
||||
@ -6883,7 +6883,7 @@ namespace sqlite_orm {
|
||||
// #include "iterator.h"
|
||||
|
||||
#include <memory> // std::shared_ptr, std::unique_ptr, std::make_shared
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <type_traits> // std::decay
|
||||
#include <utility> // std::move
|
||||
#include <cstddef> // std::ptrdiff_t
|
||||
@ -7033,7 +7033,7 @@ namespace sqlite_orm {
|
||||
|
||||
// #include "prepared_statement.h"
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <iterator> // std::iterator_traits
|
||||
#include <string> // std::string
|
||||
#include <type_traits> // std::true_type, std::false_type
|
||||
@ -7041,7 +7041,7 @@ namespace sqlite_orm {
|
||||
|
||||
// #include "connection_holder.h"
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <string> // std::string
|
||||
#include <system_error> // std::system_error
|
||||
|
||||
@ -8152,7 +8152,7 @@ namespace sqlite_orm {
|
||||
// #include "storage_base.h"
|
||||
|
||||
#include <functional> // std::function, std::bind
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <string> // std::string
|
||||
#include <sstream> // std::stringstream
|
||||
#include <utility> // std::move
|
||||
@ -8166,7 +8166,7 @@ namespace sqlite_orm {
|
||||
// #include "pragma.h"
|
||||
|
||||
#include <string> // std::string
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <functional> // std::function
|
||||
#include <memory> // std::shared_ptr
|
||||
|
||||
@ -8298,7 +8298,7 @@ namespace sqlite_orm {
|
||||
|
||||
// #include "limit_accesor.h"
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <map> // std::map
|
||||
#include <functional> // std::function
|
||||
#include <memory> // std::shared_ptr
|
||||
@ -8516,7 +8516,7 @@ namespace sqlite_orm {
|
||||
|
||||
// #include "backup.h"
|
||||
|
||||
#include "contrib/sqlite/sqlite3.h"
|
||||
#include "sqlite3.h"
|
||||
#include <string> // std::string
|
||||
#include <memory>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user