Skip to content

Commit

Permalink
Fix ccff36a: Include <variant> in util.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed Oct 26, 2024
1 parent ccff36a commit ed6a817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions include/fastgltf/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@

#if !defined(FASTGLTF_USE_STD_MODULE) || !FASTGLTF_USE_STD_MODULE
#include <cassert>
#include <cstddef>
#include <cstring>
#include <filesystem>
#include <optional>
#include <string>
#include <utility>
#include <variant>
#include <vector>
#endif

Expand Down
1 change: 1 addition & 0 deletions include/fastgltf/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <memory>
#include <string_view>
#include <type_traits>
#include <variant>
#endif

#ifndef FASTGLTF_EXPORT
Expand Down

0 comments on commit ed6a817

Please sign in to comment.