aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/allocator.cc
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-06 12:51:46 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-06 12:51:46 -0800
commit96689166e9dbc2c740e5013a49673cd38e8683d1 (patch)
tree54351f11fa7877e5fad026ea56bed946c5b48071 /tensorflow/core/framework/allocator.cc
parent16a671c0c5977f3d04c36811a72412cd0d74296f (diff)
Remove #include of mem.h from port.h, instead including it
just where it is used. Change: 111459203
Diffstat (limited to 'tensorflow/core/framework/allocator.cc')
-rw-r--r--tensorflow/core/framework/allocator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/framework/allocator.cc b/tensorflow/core/framework/allocator.cc
index e21f24fbc5..33c67edd9c 100644
--- a/tensorflow/core/framework/allocator.cc
+++ b/tensorflow/core/framework/allocator.cc
@@ -14,6 +14,7 @@ limitations under the License.
==============================================================================*/
#include "tensorflow/core/framework/allocator.h"
+#include "tensorflow/core/platform/mem.h"
#include "tensorflow/core/platform/port.h"
namespace tensorflow {