diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 23:36:15 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 23:36:15 +0000 |
commit | 2521caf6cd5c4f7ad590f09a303c5ca4eb83c9a5 (patch) | |
tree | 98750585613e0ff3c688430e5723e2121b342a2d /plugins/CrashDumper/src/dumper.cpp | |
parent | 471161abf9be379a08c7e81598b4970effd5c59a (diff) |
CrashDumper - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/dumper.cpp')
-rw-r--r-- | plugins/CrashDumper/src/dumper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/dumper.cpp b/plugins/CrashDumper/src/dumper.cpp index 99317570b1..9eea197517 100644 --- a/plugins/CrashDumper/src/dumper.cpp +++ b/plugins/CrashDumper/src/dumper.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils.h"
+#include "stdafx.h"
extern TCHAR* vertxt;
extern TCHAR* profname;
|