aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/bootstrap.hpp1
-rw-r--r--misc/data_loaders.hpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/bootstrap.hpp b/misc/bootstrap.hpp
index c6a399d..4d74ac3 100644
--- a/misc/bootstrap.hpp
+++ b/misc/bootstrap.hpp
@@ -5,6 +5,7 @@
#ifndef BOOT_STRIP
#define BOOT_STRIP
+#define OPT_HEADER
#include <core/fitter.hpp>
#include <vector>
#include <cstdlib>
diff --git a/misc/data_loaders.hpp b/misc/data_loaders.hpp
index 0347252..20405b1 100644
--- a/misc/data_loaders.hpp
+++ b/misc/data_loaders.hpp
@@ -5,6 +5,7 @@
#ifndef DATA_LOADERS_H
#define DATA_LOADERS_H
+#define OPT_HEADER
#include <core/fitter.hpp>
#include <data_sets/default_data_set.hpp>
#include <iostream>