Skip to content

Commit

Permalink
fix: include stdexcept
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Gorez <gorez.tony@gmail.com>
  • Loading branch information
tony-go committed Mar 21, 2024
1 parent 3bcc598 commit 7a817fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/javascript_core/engine_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ extern "C" {
}

#include <cassert> // assert
#include <stdexcept>

namespace includejs {

Expand Down
2 changes: 2 additions & 0 deletions test/engine/engine_context_from_json_test.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <stdexcept>

#include <gmock/gmock.h>
#include <gtest/gtest.h>

Expand Down

0 comments on commit 7a817fe

Please sign in to comment.