aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_notification.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-03-23 16:30:06 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-03-23 16:30:06 -0700
commit9bc9396e88789e86647227353e10d90d5316fa98 (patch)
tree686346b348f1048efbb276a60adff6d1a7e66fa6 /unsupported/test/cxx11_tensor_notification.cpp
parent393bc3b16b413598b6c9dcbae722aafb5672d457 (diff)
Use portable includes
Diffstat (limited to 'unsupported/test/cxx11_tensor_notification.cpp')
-rw-r--r--unsupported/test/cxx11_tensor_notification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/cxx11_tensor_notification.cpp b/unsupported/test/cxx11_tensor_notification.cpp
index 961d4edf6..813bc4413 100644
--- a/unsupported/test/cxx11_tensor_notification.cpp
+++ b/unsupported/test/cxx11_tensor_notification.cpp
@@ -10,7 +10,7 @@
#define EIGEN_USE_THREADS
#include <unistd.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "main.h"
#include <Eigen/CXX11/Tensor>