mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[test] fixed header macros for the from_wkt.hpp file
This commit is contained in:
parent
22274430b4
commit
b03318a647
@ -1,5 +1,5 @@
|
||||
#ifndef BOOST_GEOMETRY_TEST_MYSQL_FROM_WKT_HPP
|
||||
#define BOOST_GEOMETRY_TEST_MYSQL_FROM_WKT_HPP
|
||||
#ifndef BOOST_GEOMETRY_TEST_FROM_WKT_HPP
|
||||
#define BOOST_GEOMETRY_TEST_FROM_WKT_HPP
|
||||
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
|
||||
@ -11,4 +11,4 @@ Geometry from_wkt(std::string const& wkt)
|
||||
return res;
|
||||
}
|
||||
|
||||
#endif // BOOST_GEOMETRY_TEST_MYSQL_FROM_WKT_HPP
|
||||
#endif // BOOST_GEOMETRY_TEST_FROM_WKT_HPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user