fix conv_op compilation issue on windows (#20230)

API_fix
liuwei1031 6 years ago committed by GitHub
parent 407efcf7b1
commit e03c1d8a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@ limitations under the License. */
#pragma once
#include <array>
#include <memory>
#include <vector>
#include "paddle/fluid/framework/operator_kernel_configs.h"

Loading…
Cancel
Save