Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 656530
Collapse All | Expand All

(-)a/modules/core/include/opencv2/core/cvdef.h (-1 / +2 lines)
Lines 482-487 Link Here
482
}
482
}
483
#else
483
#else
484
#include <stdint.h>
484
#include <stdint.h>
485
#if defined __cplusplus
485
namespace cv {
486
namespace cv {
486
typedef ::int8_t int8_t;
487
typedef ::int8_t int8_t;
487
typedef ::uint8_t uint8_t;
488
typedef ::uint8_t uint8_t;
Lines 494-500 Link Here
494
}
495
}
495
#endif
496
#endif
496
#endif
497
#endif
497
498
#endif
498
499
499
//! @}
500
//! @}
500
501

Return to bug 656530