Quick Includes Bug fix

This commit is contained in:
Sakamoto 2019-01-23 01:02:04 +08:00 committed by GitHub
parent 22a6b99b34
commit 69e31ce07a
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>