Commit 08c94aa5 authored by Alexander Alekhin's avatar Alexander Alekhin

build: reuse int32_t workaround from softfloat.hpp

parent 1989bc33
No related merge requests found
......@@ -41,6 +41,7 @@
#include <opencv2/core.hpp>
#include <opencv2/core/utils/trace.hpp>
#include <opencv2/core/softfloat.hpp> // int32_t (MSVS 2010-2013)
#include "cvconfig.h"
#include <opencv2/dnn.hpp>
#include <opencv2/dnn/all_layers.hpp>
......
......@@ -3,9 +3,6 @@
#include "THGeneral.h"
#include "THDiskFile.h"
#include "THFilePrivate.h"
#if defined(_MSC_VER) && 1600 <= _MSC_VER
#include <cstdint>
#endif
namespace TH
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment