diff options
| author | Tyge Løvset <[email protected]> | 2021-02-15 20:16:34 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-02-15 20:16:34 +0100 |
| commit | adc8cc5f6e6ae66864c0266656d284bd6de2dfec (patch) | |
| tree | 4d3083ee49c3c6ea47ac7cadea17ffb7a40a91a5 /benchmarks | |
| parent | 92e51954006ba1269abbb0cf35980f616711ee25 (diff) | |
| download | STC-modified-adc8cc5f6e6ae66864c0266656d284bd6de2dfec.tar.gz STC-modified-adc8cc5f6e6ae66864c0266656d284bd6de2dfec.zip | |
Added fast posix memccpy() - c_memccpy().
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/cmap_benchmark2.cpp | 1 |
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"
|
