Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 1a5587e

Browse files
committed
Fix compilation on gcc 7.1.1
1 parent 09880cd commit 1a5587e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commons/fps_counter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include <QObject>
2222
#include "dptr.h"
23-
23+
#include <functional>
2424
class fps_counter : public QObject
2525
{
2626
Q_OBJECT

0 commit comments

Comments
 (0)