Minor changes to ensure that MSVC knows about 'CaptureStackBackTrace()'

This commit is contained in:
John Emmas 2015-07-18 15:22:43 +01:00
parent 8587fef16a
commit e29fd9a2fd
3 changed files with 20 additions and 2 deletions

View file

@ -28,6 +28,10 @@
#include "pbd/libpbd_visibility.h"
#include "pbd/timing.h"
#if defined(COMPILER_MSVC) && !defined(PTW32_VERSION)
#include <ardourext/pthread.h> // Gets us 'PTW32_VERSION'
#endif
namespace PBD {
typedef std::bitset<128> DebugBits;