Fix compile error due to std::array<const char*, 2> by including appropriate header

PiperOrigin-RevId: 305575646
Change-Id: If35498389319429ebb5b964149a329e474183591
This commit is contained in:
Mihai Maruseac 2020-04-08 16:17:57 -07:00 committed by TensorFlower Gardener
parent 9e58e5c730
commit 16de6d373e

View File

@ -15,6 +15,8 @@ limitations under the License.
#include "tensorflow/c/eager/parallel_device/parallel_device.h"
#include <array>
#include "tensorflow/c/c_api.h"
#include "tensorflow/c/c_api_experimental.h"
#include "tensorflow/c/eager/c_api.h"