fix compile error

test=develop
revert-13637-optimize-opyreader
Xin Pan 7 years ago
parent 33b68fdf25
commit 642905958a

@ -15,7 +15,6 @@
#include <string>
#include <vector>
#include "paddle/fluid/framework/channel.h"
#include "paddle/fluid/framework/feed_fetch_method.h"
#include "paddle/fluid/framework/lod_rank_table.h"
#include "paddle/fluid/framework/lod_tensor_array.h"

@ -15,6 +15,7 @@ limitations under the License. */
#pragma once
#include <time.h>
#include <atomic>
#include <chrono> // NOLINT
#include <condition_variable> // NOLINT

Loading…
Cancel
Save