Skip to content

Commit 85acdf7

Browse files
authored
Merge pull request #108 from jupp0r/bugfix/fix-compile-error-with-gcc-7
Fix GCC 7 compile error
2 parents 8022fb5 + 0513516 commit 85acdf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/prometheus/summary.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <array>
44
#include <atomic>
55
#include <chrono>
6+
#include <functional>
67
#include <list>
78
#include <mutex>
89
#include <vector>

0 commit comments

Comments
 (0)