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 6ebb9a4 commit aa9232cCopy full SHA for aa9232c
cpp/include/P3DModel.h
@@ -37,7 +37,6 @@
37
// #include "Octree.h"
38
39
//#define DBG
40
-#include "utils/pspDbg.h" // VAR(), DIE_IF()
41
#include "utils/pspTimer.h" // BlockTimer
42
#include "utils/pspKdtree.h" // kdtree
43
// SANDSTROM: ... 2019-Jun-03
cpp/include/utils/pspError.h
@@ -4,6 +4,12 @@
4
#include <stdlib.h>
5
#include "pspOstr.h"
6
7
+#ifdef _MSC_VER
8
+#ifndef __PRETTY_FUNCTION__
9
+#define __PRETTY_FUNCTION__ __FUNCSIG__
10
+#endif
11
12
+
13
#ifndef PERROR
14
# define PERROR(m) { \
15
std::cerr<<"==========================="<<std::endl; \
cpp/raycast/pspRT.cpp
@@ -2,6 +2,7 @@
2
#include <chrono>
3
+#include "utils/pspDbg.h"
#include "utils/pspRT.h"
#include "utils/pspTimer.h"
0 commit comments