We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e6491 commit 1989bc3Copy full SHA for 1989bc3
modules/dnn/src/torch/THDiskFile.cpp
@@ -3,6 +3,9 @@
3
#include "THGeneral.h"
4
#include "THDiskFile.h"
5
#include "THFilePrivate.h"
6
+#if defined(_MSC_VER) && 1600 <= _MSC_VER
7
+#include <cstdint>
8
+#endif
9
10
namespace TH
11
{
0 commit comments