1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 02:17:27 +08:00

CursesDialog: add missing cmState include

This commit is contained in:
Daniel Pfeifer
2016-04-27 22:47:02 +02:00
committed by Brad King
parent d7a5f25599
commit 7110b754fe

View File

@@ -13,6 +13,7 @@
#define cmCursesMainForm_h
#include "../cmStandardIncludes.h"
#include "../cmState.h"
#include "cmCursesForm.h"
#include "cmCursesStandardIncludes.h"