summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-03 18:58:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-03 18:58:01 +0300
commit45da7f72b07817afebdf46fcfbb70352fe3a2b5a (patch)
tree0cc03f715fa1b4badd4e32b62142c82c0614e32e /src/debug
parentd3e2725ac3f8832bc34b879286d31b631f8069c9 (diff)
downloadplus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.gz
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.bz2
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.tar.xz
plus-45da7f72b07817afebdf46fcfbb70352fe3a2b5a.zip
Fix wrong includes.
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/debug_new.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/debug_new.cpp b/src/debug/debug_new.cpp
index 4c133c1ac..d0030c685 100644
--- a/src/debug/debug_new.cpp
+++ b/src/debug/debug_new.cpp
@@ -194,7 +194,7 @@
* is defined to \c 0 to disable the redefinition of \c new.
*/
#define M_DEBUG_NEW_REDEFINE_NEW 0
-#include "debug_new.h"
+#include "debug/debug_new.h"
/**
* Gets the aligned value of memory block size.