Skip to content

Commit

Permalink
Include <stdexcept> in autowiring/auto_signal.h
Browse files Browse the repository at this point in the history
... to use `std::runtime_error`.

Fixes leapmotion#1067.
  • Loading branch information
CaseyCarter committed Dec 19, 2019
1 parent 48e95a7 commit 3dbf9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autowiring/auto_signal.h
Expand Up @@ -14,6 +14,7 @@
#include <atomic>
#include <functional>
#include <memory>
#include <stdexcept>
#include TYPE_TRAITS_HEADER

/// <summary>
Expand Down

0 comments on commit 3dbf9ab

Please sign in to comment.