Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / wx / kdm_output_panel.h
index d2423b63e67f35f976e08a1114fca3f46a37a336..5f8c3b88f327bef754e6da3d567f8128a18300d6 100644 (file)
@@ -17,6 +17,7 @@
 
 */
 
+#include "wx_util.h"
 #include <dcp/types.h>
 #include <wx/wx.h>
 #include <boost/filesystem.hpp>
@@ -38,7 +39,7 @@ public:
 private:
        wxChoice* _type;
        wxRadioButton* _write_to;
-#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
+#ifdef DCPOMATIC_USE_OWN_PICKER
        DirPickerCtrl* _folder;
 #else
        wxDirPickerCtrl* _folder;