mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
build: reuse int32_t workaround from softfloat.hpp
This commit is contained in:
parent
1989bc33a7
commit
08c94aa5c0
@ -41,6 +41,7 @@
|
|||||||
|
|
||||||
#include <opencv2/core.hpp>
|
#include <opencv2/core.hpp>
|
||||||
#include <opencv2/core/utils/trace.hpp>
|
#include <opencv2/core/utils/trace.hpp>
|
||||||
|
#include <opencv2/core/softfloat.hpp> // int32_t (MSVS 2010-2013)
|
||||||
#include "cvconfig.h"
|
#include "cvconfig.h"
|
||||||
#include <opencv2/dnn.hpp>
|
#include <opencv2/dnn.hpp>
|
||||||
#include <opencv2/dnn/all_layers.hpp>
|
#include <opencv2/dnn/all_layers.hpp>
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
#include "THGeneral.h"
|
#include "THGeneral.h"
|
||||||
#include "THDiskFile.h"
|
#include "THDiskFile.h"
|
||||||
#include "THFilePrivate.h"
|
#include "THFilePrivate.h"
|
||||||
#if defined(_MSC_VER) && 1600 <= _MSC_VER
|
|
||||||
#include <cstdint>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace TH
|
namespace TH
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user