Skip to content

Commit

Permalink
missing header <stdexcept>
Browse files Browse the repository at this point in the history
  • Loading branch information
galik committed Sep 21, 2015
1 parent 3d033a3 commit cb068d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fail_fast.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma once

#include <exception>
#include <stdexcept>

namespace Guide
{
Expand Down

0 comments on commit cb068d8

Please sign in to comment.