summaryrefslogtreecommitdiffhomepage
path: root/benchmark.cpp
diff options
context:
space:
mode:
authorTyge <[email protected]>2020-04-15 13:41:52 +0200
committerTyge <[email protected]>2020-04-15 13:41:52 +0200
commit8731d3d68a688a0fd838b7a2b66ac1d8ae422a1e (patch)
tree06637f343e9af1a362fea9f1fc9416523fdf5a64 /benchmark.cpp
parent2b3b428e4257dba3240afdedda8e16a35115d182 (diff)
downloadSTC-modified-8731d3d68a688a0fd838b7a2b66ac1d8ae422a1e.tar.gz
STC-modified-8731d3d68a688a0fd838b7a2b66ac1d8ae422a1e.zip
- Added cmat3, cmat4, cquat
- Changed include folder name to stc - library name - Bug fix, memory leak in map values when overwritten. - Improvements in API
Diffstat (limited to 'benchmark.cpp')
-rw-r--r--benchmark.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.cpp b/benchmark.cpp
index 79d8edb7..b9abce22 100644
--- a/benchmark.cpp
+++ b/benchmark.cpp
@@ -2,8 +2,8 @@
#include <stdio.h>
#include <time.h>
-#include "ccl/cstring.h"
-#include "ccl/cmap.h"
+#include "stc/cstring.h"
+#include "stc/cmap.h"
#ifdef __cplusplus
#include <unordered_map>
#include "others/bytell_hash_map.hpp"