From 9eae417fcfab72e2741ad6ebf816b67bb98e4eb5 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 12 Dec 2003 08:57:23 +0000 Subject: [PATCH] Compilation fix for some systems. --- src/mmg/mux_dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mmg/mux_dialog.cpp b/src/mmg/mux_dialog.cpp index e30c0286c..513af41d4 100644 --- a/src/mmg/mux_dialog.cpp +++ b/src/mmg/mux_dialog.cpp @@ -21,6 +21,8 @@ #include "os.h" +#include + #include "wx/wxprec.h" #include "wx/wx.h"