Switch build fixes

This commit is contained in:
2018-09-25 15:39:22 -07:00
parent 81f0a91569
commit 9e6d97564b
8 changed files with 99 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
#include "amuse/DSPCodec.hpp"
#include <algorithm>
#include <memory.h>
#if __SWITCH__
#include "switch_math.hpp"
#endif
#undef min
#undef max