Skip to content

Commit 45cc080

Browse files
author
Martin Klang
committed
prevent clash with assert macro
1 parent 6612834 commit 45cc080

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

TestPatches/FloatArrayTestPatch.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#ifndef __FloatArrayTestPatch_hpp__
22
#define __FloatArrayTestPatch_hpp__
33

4-
#include "StompBox.h"
4+
#include "Patch.h"
5+
#ifdef assert
6+
#undef assert
7+
#endif
58

69
class FloatArrayTestPatch : public Patch {
710
private:

0 commit comments

Comments
 (0)