Skip to content

Commit

Permalink
bit
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Aug 2, 2023
1 parent b56a364 commit 3adb44d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/ylt/thirdparty/iguana/define.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#pragma once

#include <array>
#if __cplusplus >= 202002L
#include <bit>
#endif
#include <string>
#include <string_view>
#include <type_traits>
Expand Down

0 comments on commit 3adb44d

Please sign in to comment.