Skip to content

Commit 0513516

Browse files
committed
Fix GCC 7 compile error
This change fixes #107 by adding a missing include causing compile erros on GCC 7. Thanks to Romain Sertelon for reporting this.
1 parent 8022fb5 commit 0513516

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)