mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
include functional to fix mingw build
This commit is contained in:
parent
8d30fc9c3c
commit
a40f5f5555
@ -1,4 +1,4 @@
|
||||
#ifndef DockWidgetH
|
||||
#ifndef DockWidgetH
|
||||
#define DockWidgetH
|
||||
/*******************************************************************************
|
||||
** Qt Advanced Docking System
|
||||
@ -31,6 +31,7 @@
|
||||
// INCLUDES
|
||||
//============================================================================
|
||||
#include <QFrame>
|
||||
#include <functional>
|
||||
|
||||
#include "ads_globals.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user