mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-14 04:23:10 -04:00
Added missing include for std::function in FontSizeHandler.h
This commit is contained in:
parent
42bbf785ea
commit
f2bf2f04cc
@ -21,6 +21,8 @@
|
||||
#ifndef _FONTSIZEHANDLER_H
|
||||
#define _FONTSIZEHANDLER_H
|
||||
|
||||
#include <functional>
|
||||
|
||||
class QWidget;
|
||||
class QAbstractItemView;
|
||||
class FontSizeHandlerObject;
|
||||
|
Loading…
x
Reference in New Issue
Block a user