Skip to content

Commit 6fc52fb

Browse files
byronyijhseu
authored andcommitted
fix gdr compiling error (tensorflow#12462)
1 parent c1da0b2 commit 6fc52fb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tensorflow/contrib/gdr/gdr_memory_manager.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@ limitations under the License.
1616
#ifndef GDR_MEMORY_MANAGER_H_
1717
#define GDR_MEMORY_MANAGER_H_
1818

19+
#include "google/protobuf/any.pb.h"
1920
#include "tensorflow/core/lib/core/status.h"
2021

21-
namespace google {
22-
namespace protobuf {
23-
class Any;
24-
}
25-
}
26-
2722
namespace tensorflow {
2823

2924
class Device;

0 commit comments

Comments
 (0)