]> www.ginac.de Git - cln.git/blobdiff - src/base/cl_as_exception.cc
Fix warnings from gcc's -Wshift-overflow.
[cln.git] / src / base / cl_as_exception.cc
index dcab70e5ba0ede52a41f3cfb468eddff85fe1a6c..42713c25df9ecbecf5c1db07bc9766b049c3a35a 100644 (file)
@@ -1,7 +1,7 @@
 // as_exception().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/exception.h"
@@ -10,7 +10,7 @@
 // Implementation.
 
 #include "cln/io.h"
-#include "cl_N.h"
+#include "base/cl_N.h"
 #include <sstream>
 
 namespace cln {