From 69e31ce07a537261d6b6869b3e4fa5ecd1eb12fa Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Wed, 23 Jan 2019 01:02:04 +0800 Subject: [PATCH] Quick Includes Bug fix --- include/r3.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/r3.hpp b/include/r3.hpp index fcb9297..35e7c99 100644 --- a/include/r3.hpp +++ b/include/r3.hpp @@ -8,7 +8,7 @@ #define R3_HPP #include -#include +#include "r3.h" namespace r3 { template