Skip to content

Commit a21fe4a

Browse files
committed
Fix bug in RoI pooling.
1 parent 082eb8c commit a21fe4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/gserver/layers/ROIPoolLayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
1313
limitations under the License. */
1414

1515
#include "ROIPoolLayer.h"
16+
#include <cfloat>
1617

1718
namespace paddle {
1819

0 commit comments

Comments
 (0)