include "pointers.h" to avoid include file name conflicts when compiling with USER-VTK enabled

This commit is contained in:
Axel Kohlmeyer
2020-10-13 15:26:38 -04:00
parent 8920830909
commit e23774ed56
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
------------------------------------------------------------------------- */
#include "lmptype.h"
#include "pointers.h"
#include "utils.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"