From 60bd9b470722f6eae164bc52fb67971434e8c4f4 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 30 Jul 2018 22:37:02 -0500 Subject: [PATCH] finish implementing include guard --- src/test/test_data.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/test_data.hpp b/src/test/test_data.hpp index 20a4b90ef..61a4e9748 100644 --- a/src/test/test_data.hpp +++ b/src/test/test_data.hpp @@ -1,4 +1,5 @@ #ifndef SLIC3R_TEST_DATA_HPP +#define SLIC3R_TEST_DATA_HPP #include "Point.hpp" #include "TriangleMesh.hpp" #include "Geometry.hpp"