Skip to content
Snippets Groups Projects
Commit 62b0432c authored by Benjamin Halimi's avatar Benjamin Halimi
Browse files

fix missing include (unordered map)

parent e45e763b
No related branches found
No related tags found
2 merge requests!54Update 0.3.1 -> 0.4.0,!42Replace Name Maps with Node-Pointers Unordered Maps
Pipeline #66153 passed
......@@ -13,7 +13,7 @@
#define AIDGE_QUANTIZATION_QUANTIZATION_PTQ_CLIP_H_
#include <cstdint> // std::uint8_t
#include <map>
#include <unordered_map>
#include <memory>
#include <string>
#include <vector>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment