diff options
Diffstat (limited to 'plugins/ClientChangeNotify/src/CommonLibs/Options.cpp')
-rw-r--r-- | plugins/ClientChangeNotify/src/CommonLibs/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/CommonLibs/Options.cpp b/plugins/ClientChangeNotify/src/CommonLibs/Options.cpp index e0d585d991..59bc65adfe 100644 --- a/plugins/ClientChangeNotify/src/CommonLibs/Options.cpp +++ b/plugins/ClientChangeNotify/src/CommonLibs/Options.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "Common.h"
+#include "../Common.h"
#include "Options.h"
static CString sEmptyString("");
|