Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/gsl/narrow5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gsl/narrow b/include/gsl/narrow
index 2c3c518..6cb1781 100644
--- a/include/gsl/narrow
+++ b/include/gsl/narrow
@@ -16,8 +16,9 @@
#ifndef GSL_NARROW_H
#define GSL_NARROW_H
-#include "assert" // for Expects
-#include "util" // for narrow_cast
+#include "assert" // for Expects
+#include "util" // for narrow_cast
+#include <exception> // for std::exception
namespace gsl
{
struct narrowing_error : public std::exception