Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/subprojects/packagefiles/singular/include_config.patch
6378 views
1
diff --git a/factory/variable.h b/factory/variable.h
2
index 11739d4..bfbb168 100644
3
--- a/factory/variable.h
4
+++ b/factory/variable.h
5
@@ -8,7 +8,7 @@
6
#ifndef INCL_VARIABLE_H
7
#define INCL_VARIABLE_H
8
9
-// #include "config.h"
10
+#include "config.h"
11
12
#ifndef NOSTREAMIO
13
# ifdef HAVE_IOSTREAM
14
15