1
0
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:
liangtie.qian 2022-11-25 18:42:58 +08:00
parent 8d30fc9c3c
commit a40f5f5555

View File

@ -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"