carl  24.04
Computer ARithmetic Library
include.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef INCLUDED_FROM_NUMBERS_H
4 static_assert(false, "This file may only be included indirectly by numbers.h");
5 #endif
6 
7 #include <cstddef>
8 #include <gmpxx.h>