From 70b23d3c4c6bdf034ae827c2ba75731cf654bf2a Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 17 Jan 2020 07:34:25 +0100 Subject: [PATCH] Fixed Include Errors --- src/GUI/IntelliPhotoGui.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GUI/IntelliPhotoGui.cpp b/src/GUI/IntelliPhotoGui.cpp index 5237ee0..4dd834a 100644 --- a/src/GUI/IntelliPhotoGui.cpp +++ b/src/GUI/IntelliPhotoGui.cpp @@ -3,6 +3,9 @@ #include "IntelliPhotoGui.h" #include "Layer/PaintingArea.h" +#include "QEvent" +#include "QCloseEvent" + // IntelliPhotoGui constructor IntelliPhotoGui::IntelliPhotoGui(){ // create Gui elements and lay them out