Add missing definition of NULL in USER-PTM header

This commit is contained in:
Richard Berger 2019-07-31 03:22:22 -04:00
parent da3b91a744
commit 3cc8508795
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#include "ptm_deformation_gradient.h"
#include "ptm_fundamental_mappings.h"
#include "ptm_alt_templates.h"
#include <cstddef>
namespace ptm {