Skip to content

Commit 45adba4

Browse files
committed
fix: add CppMacros.h include to LISTNODE.h for nullptr compatibility
1 parent b01749c commit 45adba4

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

Core/Libraries/Source/WWVegas/WWLib/LISTNODE.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
** Includes
4141
*/
4242
#include "assert.h"
43+
#include <Utility/CppMacros.h>
4344

4445

4546
#ifdef __BORLANDC__

Core/Libraries/Source/WWVegas/WWLib/TARGA.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
****************************************************************************/
6262

6363
#include "TARGA.h"
64+
#include <Utility/CppMacros.h>
6465
#ifndef TGA_USES_WWLIB_FILE_CLASSES
6566
#include "WWDebug/wwdebug.h"
6667
#endif

Core/Libraries/Source/WWVegas/WWLib/WWCOMUtil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
******************************************************************************/
3636

3737
#include "WWCOMUtil.h"
38+
#include <Utility/CppMacros.h>
3839

3940
/******************************************************************************
4041
*

Core/Libraries/Source/WWVegas/WWLib/strtok_r.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#include "strtok_r.h"
3939
#include "stringex.h"
40+
#include <Utility/CppMacros.h>
4041

4142
//
4243
// Replacement for strtok() that doesn't use a static to

Core/Tools/Babylon/Babylon.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
// Babylon.cpp : Defines the class behaviors for the application.
2020
//
2121

22-
#include <Utility/CppMacros.h>
2322
#include "StdAfx.h"
2423
#include "Babylon.h"
2524
#include "BabylonDlg.h"

Core/Tools/Babylon/BabylonDlg.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// BabylonDlg.cpp : implementation file
2121
//
2222

23-
#include <Utility/CppMacros.h>
2423
#include "StdAfx.h"
2524
#include "Babylon.h"
2625
#include "BabylonDlg.h"

0 commit comments

Comments
 (0)