a54b024526
Approved by: gcc5 support blanket
13 lines
321 B
C++
13 lines
321 B
C++
--- lib/IlmCtl/CtlExc.cpp.orig 2014-06-03 01:11:24 UTC
|
|
+++ lib/IlmCtl/CtlExc.cpp
|
|
@@ -53,9 +53,9 @@
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#include <CtlExc.h>
|
|
+#include <cstdlib>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
-#include <alloca.h>
|
|
#include <string.h>
|
|
|
|
namespace Ctl {
|