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

@ -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"