Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/lcalc/patches/time.h.patch
8820 views
1
--- src/include/Lcommandline_numbertheory.h 2010-01-31 07:16:45.000000000 -0800
2
+++ src/include/Lcommandline_numbertheory.h 2010-08-31 18:53:18.000000000 -0700
3
@@ -24,6 +24,7 @@
4
#ifndef Lcommandline_numbertheory_H
5
#define Lcommandline_numbertheory_H
6
7
+#include <time.h>
8
#include <stdlib.h> //for things like srand
9
#include <iostream> //for input and output
10
#include <iomanip> //for manipulating output such as setprecision
11
12