Skip to content
Snippets Groups Projects
Commit 1b3e7d77 authored by meshtag's avatar meshtag
Browse files

Include stdexcept so that std::invalid_argument compiles fine

parent ec861d14
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
//===----------------------------------------------------------------------===//
#include <benchmark/benchmark.h>
#include <stdexcept>
void initializeMLIRConv2D(char **);
void initializeBuddyConv2D(char **);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment