Skip to content

Commit

Permalink
Add missing conditional (#ifndef NDEBUG) include of cstdio for printf…
Browse files Browse the repository at this point in the history
… in librtprocess/src/include/LUT.h
  • Loading branch information
musicinmybrain committed Apr 8, 2021
1 parent 0d159a2 commit 27f832d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librtprocess/src/include/LUT.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
#include <cstdint>
#ifndef NDEBUG
#include <cassert>
#include <cstdio>
#endif
#include "opthelper.h"
#include "rt_math.h"
Expand Down

0 comments on commit 27f832d

Please sign in to comment.