clipper.cpp: Fix build with gcc10

| common/3d/clipper.cpp:29:14: error: 'out_of_range' is not a member of 'std'

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller 2020-06-09 18:44:54 +02:00
parent 6212b914cb
commit c8ad243ec3

View file

@ -11,6 +11,7 @@
#include "dxxerror.h"
#include "compiler-range_for.h"
#include <stdexcept>
namespace dcx {