9 lines
114 B
C++
9 lines
114 B
C++
#ifndef HEADER_TEST_COMMON_HPP
|
|
#define HEADER_TEST_COMMON_HPP
|
|
|
|
#include "test.hpp"
|
|
|
|
using namespace pugi;
|
|
|
|
#endif
|