Browse Source

add "#include <float.h>"

tags/20180314
820169199 nihui 8 years ago
parent
commit
656de48631
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/layer/arm/pooling_arm.cpp

+ 1
- 1
src/layer/arm/pooling_arm.cpp View File

@@ -13,7 +13,7 @@
// specific language governing permissions and limitations under the License.

#include "pooling_arm.h"
#include <float.h>
namespace ncnn {

#include "pooling_2x2.h"


Loading…
Cancel
Save