From a8f0faf389b39b614e401a7e16a1f1cc5a955ada Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Mon, 17 Jan 2000 01:26:55 +0000 Subject: [PATCH] added missing headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/exec/exec.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/exec/exec.cpp b/samples/exec/exec.cpp index b508cc9efd..65957f0d44 100644 --- a/samples/exec/exec.cpp +++ b/samples/exec/exec.cpp @@ -35,6 +35,9 @@ #include "wx/app.h" #include "wx/frame.h" #include "wx/utils.h" + #include "wx/menu.h" + #include "wx/msgdlg.h" + #include "wx/textdlg.h" #endif #include "wx/process.h" -- 2.45.2