diff options
author | 2024-03-13 18:56:24 +0600 | |
---|---|---|
committer | 2024-03-13 18:56:24 +0600 | |
commit | f009c3caed3f14a74b812297e717992858feb211 (patch) | |
tree | fa44d9a93fdb95de9956f809b2fd0940f45c65be /main.cpp | |
parent | 6658af9911170425e918b49b0ebd83ad0d04ad7f (diff) | |
download | entropy-calc-f009c3caed3f14a74b812297e717992858feb211.tar.gz entropy-calc-f009c3caed3f14a74b812297e717992858feb211.zip |
Use makefile to link to gmp
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -#define _USE_GMP #include <iostream> #include <vector> #include "allElements.h" |