From 9be4fe36819cc48a574b5f649ddb210b432e2097 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Thu, 23 Apr 2015 17:48:54 +0300 Subject: [PATCH] update to work with clang --- pdebug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdebug.h b/pdebug.h index 999392a..afa67ed 100644 --- a/pdebug.h +++ b/pdebug.h @@ -19,6 +19,8 @@ #ifndef PRETTY_DEBUG_H #define PRETTY_DEBUG_H +#include + inline const char *pDebug(const std::string prettyFunction) {