Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Feb 9, 2017
1 parent 4671137 commit cfd6483
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test_CMSSMSemiAnalytic_consistent_solutions.cpp
Expand Up @@ -8,13 +8,20 @@
#include "CMSSMSemiAnalytic_input_parameters.hpp"
#include "CMSSMSemiAnalytic_slha_io.hpp"
#include "CMSSMSemiAnalytic_semi_analytic_ewsb_solver.hpp"
#include "CMSSMSemiAnalytic_semi_analytic_high_scale_constraint.hpp"
#include "CMSSMSemiAnalytic_semi_analytic_low_scale_constraint.hpp"
#include "CMSSMSemiAnalytic_semi_analytic_soft_parameters_constraint.hpp"
#include "CMSSMSemiAnalytic_semi_analytic_spectrum_generator.hpp"
#include "CMSSMSemiAnalytic_semi_analytic_susy_convergence_tester.hpp"
#include "CMSSMSemiAnalytic_semi_analytic_susy_scale_constraint.hpp"

#include "CMSSM_input_parameters.hpp"
#include "CMSSM_slha_io.hpp"
#include "CMSSM_two_scale_ewsb_solver.hpp"
#include "CMSSM_two_scale_high_scale_constraint.hpp"
#include "CMSSM_two_scale_low_scale_constraint.hpp"
#include "CMSSM_two_scale_spectrum_generator.hpp"
#include "CMSSM_two_scale_susy_scale_constraint.hpp"

#include "two_scale_running_precision.hpp"
#include "two_scale_solver.hpp"
Expand Down
2 changes: 2 additions & 0 deletions test/test_threshold_loop_functions.cpp
Expand Up @@ -23,6 +23,8 @@
#include "threshold_loop_functions.hpp"
#include "numerics.h"

#include <cmath>

using namespace flexiblesusy;

BOOST_AUTO_TEST_CASE( test_C0 )
Expand Down

0 comments on commit cfd6483

Please sign in to comment.