Skip to content

Commit 9a55793

Browse files
committed
add numeric include
1 parent 9fc932e commit 9a55793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/libfc/include/fc/utility.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <type_traits>
88
#include <tuple>
99
#include <memory>
10+
#include <numeric>
1011

1112
#ifdef _MSC_VER
1213
#pragma warning(disable: 4482) // nonstandard extension used enum Name::Val, standard in C++11

0 commit comments

Comments
 (0)