Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include <stdexcept> in operation.hpp
Because we are throwing `std::runtime_error` on line 192, we need to include <stdexcept>. This was causing building to fail with a "runtime_error is not a member of std" (verified on gcc version 4.6.3)
- Loading branch information