disable sys/wait.h to fix windows compile problem, include scope in lodtensor_printer

test=develop
revert-16555-model_data_cryption_link_all_lib
dongdaxiang 6 years ago
parent d4514949bf
commit 398004ece0

@ -22,7 +22,9 @@
#include <sys/syscall.h>
#endif
#include <sys/types.h>
#ifndef _WIN32
#include <sys/wait.h>
#endif
#include <memory>
#include <string>
#include <utility>

@ -14,6 +14,7 @@ limitations under the License. */
#include "paddle/fluid/platform/lodtensor_printer.h"
#include "paddle/fluid/framework/lod_tensor_array.h"
#include "paddle/fluid/framework/scope.h"
#include "paddle/fluid/framework/variable.h"
namespace paddle {

Loading…
Cancel
Save