Skip to content

Commit

Permalink
std::runtime_error needs #include <stdexcept>
Browse files Browse the repository at this point in the history
  • Loading branch information
tokumeiwokiboushimasu committed Jun 9, 2020
1 parent f74e78c commit 53ed430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jitter_CodeGen_x86.cpp
@@ -1,6 +1,7 @@
#include <functional>
#include <array>
#include <assert.h>
#include <stdexcept>
#include "Jitter_CodeGen_x86.h"

//Check if CPUID is available
Expand Down

0 comments on commit 53ed430

Please sign in to comment.