Skip to content

Commit

Permalink
Merge pull request #59567 from 4JustMe4/master
Browse files Browse the repository at this point in the history
Add missed #include <bit> and <exception>
  • Loading branch information
KochetovNicolai committed Feb 5, 2024
2 parents d312343 + a2fc3fa commit e9c50ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/base/bit_cast.h
@@ -1,5 +1,6 @@
#pragma once

#include <bit>
#include <cstring>
#include <algorithm>
#include <type_traits>
Expand Down
1 change: 1 addition & 0 deletions base/base/wide_integer_impl.h
Expand Up @@ -6,6 +6,7 @@

#include "throwError.h"

#include <bit>
#include <cmath>
#include <cfloat>
#include <cassert>
Expand Down
1 change: 1 addition & 0 deletions src/Common/Exception.h
@@ -1,6 +1,7 @@
#pragma once

#include <cerrno>
#include <exception>
#include <vector>
#include <memory>

Expand Down

0 comments on commit e9c50ba

Please sign in to comment.