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
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
3 changed files with 3 additions and 0 deletions

View File

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

View File

@ -14,6 +14,7 @@
#include "test_main.h"
#include "test_config.h"
#include "test_config_reader.h"
#include "pointers.h"
#include "utils.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

View File

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