From 0b92b236a28674c0fbd3c99f74e1631ac7ba093d Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 30 Dec 2013 18:56:21 -0500 Subject: [PATCH] Fix for accidential deletion of a line of code --- rtgui/saveasdlg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/saveasdlg.h b/rtgui/saveasdlg.h index 9cafe7ded..bb4615d94 100644 --- a/rtgui/saveasdlg.h +++ b/rtgui/saveasdlg.h @@ -17,6 +17,7 @@ * along with RawTherapee. If not, see . */ #ifndef _SAVEASDLG_ +#define _SAVEASDLG #include #include "adjuster.h"