Skip to content

Commit d5064dd

Browse files
committed
Update vendor
1 parent b5a81d9 commit d5064dd

9 files changed

Lines changed: 11 additions & 10 deletions

File tree

vendor/vendor/include/pqrs/osx/iokit_types.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#pragma once
22

3-
// pqrs::osx::iokit_types v6.2
3+
// pqrs::osx::iokit_types v6.3
44

55
// (C) Copyright Takayama Fumihiko 2018.
66
// Distributed under the Boost Software License, Version 1.0.
7-
// (See http://www.boost.org/LICENSE_1_0.txt)
7+
// (See https://www.boost.org/LICENSE_1_0.txt)
88

99
#include "iokit_types/hash.hpp"
1010
#include "iokit_types/iokit_hid_location_id.hpp"

vendor/vendor/include/pqrs/osx/iokit_types/extra/boost.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// (C) Copyright Takayama Fumihiko 2019.
44
// Distributed under the Boost Software License, Version 1.0.
5-
// (See http://www.boost.org/LICENSE_1_0.txt)
5+
// (See https://www.boost.org/LICENSE_1_0.txt)
66

77
#include <pqrs/osx/iokit_types.hpp>
88

vendor/vendor/include/pqrs/osx/iokit_types/extra/nlohmann_json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// (C) Copyright Takayama Fumihiko 2019.
44
// Distributed under the Boost Software License, Version 1.0.
5-
// (See http://www.boost.org/LICENSE_1_0.txt)
5+
// (See https://www.boost.org/LICENSE_1_0.txt)
66

77
#include <pqrs/json.hpp>
88
#include <pqrs/osx/iokit_types.hpp>

vendor/vendor/include/pqrs/osx/iokit_types/hash.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// (C) Copyright Takayama Fumihiko 2019.
44
// Distributed under the Boost Software License, Version 1.0.
5-
// (See http://www.boost.org/LICENSE_1_0.txt)
5+
// (See https://www.boost.org/LICENSE_1_0.txt)
66

77
#include "iokit_hid_location_id.hpp"
88
#include <pqrs/hash.hpp>

vendor/vendor/include/pqrs/osx/iokit_types/iokit_hid_location_id.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// (C) Copyright Takayama Fumihiko 2018.
44
// Distributed under the Boost Software License, Version 1.0.
5-
// (See http://www.boost.org/LICENSE_1_0.txt)
5+
// (See https://www.boost.org/LICENSE_1_0.txt)
66

77
#include <compare>
88
#include <functional>

vendor/vendor/include/pqrs/osx/iokit_types/iokit_keyboard_type.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// (C) Copyright Takayama Fumihiko 2019.
44
// Distributed under the Boost Software License, Version 1.0.
5-
// (See http://www.boost.org/LICENSE_1_0.txt)
5+
// (See https://www.boost.org/LICENSE_1_0.txt)
66

77
#include <compare>
88
#include <functional>

vendor/vendor/include/pqrs/osx/iokit_types/iokit_mach_port.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
// (C) Copyright Takayama Fumihiko 2022.
44
// Distributed under the Boost Software License, Version 1.0.
5-
// (See http://www.boost.org/LICENSE_1_0.txt)
5+
// (See https://www.boost.org/LICENSE_1_0.txt)
66

77
#include <compare>
88
#include <functional>
99
#include <iostream>
10+
#include <mach/mach.h>
1011
#include <type_safe/strong_typedef.hpp>
1112

1213
namespace pqrs {

vendor/vendor/include/pqrs/osx/iokit_types/iokit_registry_entry_id.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// (C) Copyright Takayama Fumihiko 2018.
44
// Distributed under the Boost Software License, Version 1.0.
5-
// (See http://www.boost.org/LICENSE_1_0.txt)
5+
// (See https://www.boost.org/LICENSE_1_0.txt)
66

77
#include <compare>
88
#include <functional>

0 commit comments

Comments
 (0)