KSquare Utilities
MemoryDebug.h
Go to the documentation of this file.
2 #ifndef _WINDOWS
3 
4 #if defined(WIN32) && defined(_DEBUG)
5 // We need to make sure that these items are included before we override the new operator.
6 #include <algorithm>
7 #include <assert.h>
8 #include <ctype.h>
9 #include <complex>
10 #include <fstream>
11 #include <functional>
12 #include <iomanip>
13 #include <iostream>
14 #include <list>
15 #include <map>
16 #include <memory>
17 #include <ostream>
18 #include <set>
19 #include <stdlib.h>
20 #include <string>
21 #include <vector>
22 #include <windows.h>
23 
24 
25 #define new MYDEBUG_NEW
26 #endif
27 #endif
28 #endif
#define _NO_MEMORY_LEAK_CHECK_
Definition: FirstIncludes.h:28