Merge pull request #119 from GuacheSuede/patch-1

Quick Includes Bug fix
This commit is contained in:
Yo-An Lin 2019-01-23 23:02:41 +08:00 committed by GitHub
commit 9761bdeec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
#define R3_HPP
#include <cstring>
#include <r3.h>
#include "r3.h"
namespace r3 {
template <typename T>