Merge pull request #119 from GuacheSuede/patch-1
Quick Includes Bug fix
This commit is contained in:
commit
9761bdeec3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#define R3_HPP
|
#define R3_HPP
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <r3.h>
|
#include "r3.h"
|
||||||
|
|
||||||
namespace r3 {
|
namespace r3 {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
Loading…
Reference in a new issue