Skip to content

Commit bac0698

Browse files
committed
Fix compilation (include assert.h)
1 parent be3180d commit bac0698

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/dockdepth1/innertabs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include <QInputDialog>
66
#include <QMenu>
77

8+
#include <assert.h>
9+
810
/////////////////////////////////////
911
// DockManagerWithInnerTabs
1012
/////////////////////////////////////

0 commit comments

Comments
 (0)