finish implementing include guard

This commit is contained in:
Joseph Lenox 2018-07-30 22:37:02 -05:00
parent 081c08153c
commit 60bd9b4707

View File

@ -1,4 +1,5 @@
#ifndef SLIC3R_TEST_DATA_HPP
#define SLIC3R_TEST_DATA_HPP
#include "Point.hpp"
#include "TriangleMesh.hpp"
#include "Geometry.hpp"