don't include exception header if exception is not used

pull/2/head
MITSUNARI Shigeo 6 years ago
parent 3f61bbe45f
commit b5d05f234b
  1. 2
      include/mcl/gmp_util.hpp

@ -10,7 +10,9 @@
#include <stdlib.h>
#include <assert.h>
#include <stdint.h>
#ifndef CYBOZU_DONT_USE_EXCEPTION
#include <cybozu/exception.hpp>
#endif
#include <mcl/randgen.hpp>
#ifdef _MSC_VER
#pragma warning(push)

Loading…
Cancel
Save