blob: c8bef0eabb749f152f1054e06bee813a660b63d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/StretcherImpl.cpp.orig 2012-10-28 10:30:09 UTC
+++ src/StretcherImpl.cpp
@@ -38,7 +38,7 @@
#include "base/Profiler.h"
#ifndef _WIN32
-#include <alloca.h>
+#include <stdlib.h>
#endif
#include <cassert>
|