This commit is contained in:
Sebastian Messmer 2015-09-29 22:52:06 +02:00
parent f3d3d70a5b
commit ac87c18a35

View File

@ -4,6 +4,8 @@
#include <iostream>
#include <unistd.h>
//TODO Use the following? https://github.com/bombela/backward-cpp
namespace cpputils {
void sigsegv_handler(int) {