fix build issue when xbyak is disabled on windows

test=develop
revert-15207-remove_op_handle_lock_and_fix_var
peizhilin 6 years ago
parent 1cc9d59838
commit da42cf2055

@ -19,8 +19,10 @@ limitations under the License. */
#include "paddle/fluid/platform/mkldnn_helper.h"
#include "paddle/fluid/operators/math/jit_kernel.h"
#ifdef PADDLE_WITH_XBYAK
#include "xbyak/xbyak.h"
#include "xbyak/xbyak_util.h"
#endif
namespace paddle {
namespace operators {

Loading…
Cancel
Save