mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -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
|
#ifndef _FONTSIZEHANDLER_H
|
||||||
#define _FONTSIZEHANDLER_H
|
#define _FONTSIZEHANDLER_H
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
class QWidget;
|
class QWidget;
|
||||||
class QAbstractItemView;
|
class QAbstractItemView;
|
||||||
class FontSizeHandlerObject;
|
class FontSizeHandlerObject;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue