From ef5e193d5993db3a807580f473ea25128b09b7d8 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Mon, 3 Nov 2003 22:28:37 +0000 Subject: stdafx.h needs to be included first. svn-id: r11117 --- common/config-manager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/config-manager.cpp') diff --git a/common/config-manager.cpp b/common/config-manager.cpp index 49f221a17e..2ee1c20ced 100644 --- a/common/config-manager.cpp +++ b/common/config-manager.cpp @@ -20,6 +20,8 @@ * */ +#include "stdafx.h" + #include "common/config-manager.h" #if defined(UNIX) -- cgit v1.2.3