aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/lib/core/py_func.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/lib/core/py_func.cc')
-rw-r--r--tensorflow/python/lib/core/py_func.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/lib/core/py_func.cc b/tensorflow/python/lib/core/py_func.cc
index 87c64014bf..4702413b47 100644
--- a/tensorflow/python/lib/core/py_func.cc
+++ b/tensorflow/python/lib/core/py_func.cc
@@ -20,6 +20,7 @@ limitations under the License.
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/lib/core/errors.h"
#include "tensorflow/core/lib/core/threadpool.h"
+#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
namespace tensorflow {