mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
Fix compilation (include assert.h)
This commit is contained in:
parent
be3180df6f
commit
bac0698581
@ -5,6 +5,8 @@
|
||||
#include <QInputDialog>
|
||||
#include <QMenu>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
/////////////////////////////////////
|
||||
// DockManagerWithInnerTabs
|
||||
/////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user