Skip to content

Commit

Permalink
Included the <numeric> header which is required by MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-demidov committed Nov 8, 2024
1 parent f59eec2 commit 7fa8857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/libgran/sinter_bridge/alt_sinter_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <cstddef>
#include <forward_list>
#include <algorithm>
#include <numeric>

#include "../contact_force/contact_force.h"

Expand Down

0 comments on commit 7fa8857

Please sign in to comment.