mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 07:00:57 -04:00
Added missing include for std::function in FontSizeHandler.h
This commit is contained in:
parent
42bbf785ea
commit
f2bf2f04cc
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
#ifndef _FONTSIZEHANDLER_H
|
||||
#define _FONTSIZEHANDLER_H
|
||||
|
||||
#include <functional>
|
||||
|
||||
class QWidget;
|
||||
class QAbstractItemView;
|
||||
class FontSizeHandlerObject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue