No bug, add missing include to StackWalk.cpp, DONTBUILD

This commit is contained in:
James Willcox 2015-10-23 12:50:26 -05:00
Родитель d51dcbce99
Коммит d77269ffa2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,8 @@
#include "mozilla/IntegerPrintfMacros.h"
#include "mozilla/StackWalk.h"
#include <string.h>
#if defined(_MSC_VER) && _MSC_VER < 1900
#define snprintf _snprintf
#endif