summaryrefslogtreecommitdiffhomepage
path: root/benchmarks
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-15 20:16:34 +0100
committerTyge Løvset <[email protected]>2021-02-15 20:16:34 +0100
commitadc8cc5f6e6ae66864c0266656d284bd6de2dfec (patch)
tree4d3083ee49c3c6ea47ac7cadea17ffb7a40a91a5 /benchmarks
parent92e51954006ba1269abbb0cf35980f616711ee25 (diff)
downloadSTC-modified-adc8cc5f6e6ae66864c0266656d284bd6de2dfec.tar.gz
STC-modified-adc8cc5f6e6ae66864c0266656d284bd6de2dfec.zip
Added fast posix memccpy() - c_memccpy().
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/cmap_benchmark2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/cmap_benchmark2.cpp b/benchmarks/cmap_benchmark2.cpp
index f5c7aada..baa929a2 100644
--- a/benchmarks/cmap_benchmark2.cpp
+++ b/benchmarks/cmap_benchmark2.cpp
@@ -4,6 +4,7 @@
#include <cmath>
#include <string>
#include <unordered_map>
+#include <stdexcept>
#include "others/bytell_hash_map.hpp"
#include "others/robin_hood.hpp"
#include "others/hopscotch_map.h"