Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 3ea0945

Browse files
committed
libexternal: Add using std::nothrow to Unix support lib
1 parent 516971f commit 3ea0945

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libexternal/src/unxsupport.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
2222
#include <pwd.h>
2323
#endif
2424
#include <sys/stat.h>
25+
#include <new>
2526

2627
#include <revolution/support.h>
2728

29+
using std::nothrow;
30+
2831
#define PATH_MAX 4096
2932
#define stricmp strcasecmp
3033

0 commit comments

Comments
 (0)