Skip to content

Commit

Permalink
fix build of cpp_tests with gcc 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed May 16, 2024
1 parent 73f8c70 commit c2ef938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp_tests/c++/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define _USE_MATH_DEFINES // for C++
#include <atomic>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstdio>
Expand Down

0 comments on commit c2ef938

Please sign in to comment.