diff options
Diffstat (limited to 'include/ocl/tproc.hpp')
| -rw-r--r-- | include/ocl/tproc.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ocl/tproc.hpp b/include/ocl/tproc.hpp index 514eb47..a23b91c 100644 --- a/include/ocl/tproc.hpp +++ b/include/ocl/tproc.hpp @@ -3,10 +3,10 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://github.com/ocl-org/tproc -#ifndef OCL_TPROC_HPP -#define OCL_TPROC_HPP +#ifndef __OCL_TPROC_HPP +#define __OCL_TPROC_HPP #include <ocl/tproc/detail/config.hpp> -#include <ocl/tproc/rope_fwd.hpp> +#include <ocl/tproc/rope.hpp> -#endif // OCL_TPROC_HPP +#endif // __OCL_TPROC_HPP |
