fix another windows portability issue in USER-PTM by adding missing header include

This commit is contained in:
Axel Kohlmeyer
2019-04-01 08:11:22 -04:00
parent 7688ead60f
commit 2e7316a9e3

View File

@ -88,6 +88,7 @@
#include <cmath>
#include <algorithm>
#include <cstring>
#include "ptm_polar.h"
#include "ptm_quat.h"