Fix Library usage and includes

This commit is contained in:
2020-03-07 19:37:03 +01:00
parent daf493b6b4
commit 88d8dc202e
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -4,4 +4,3 @@
.*.swp
.AppleDouble
lib
Libraries
+1
View File
@@ -0,0 +1 @@
../../Utilities
+1 -1
View File
@@ -1,5 +1,5 @@
#include "Timer.h"
#include "Random.h"
#include <Random.h>
#include <chrono>