Skip to content

Commit

Permalink
Add missing header inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Harries committed Dec 12, 2016
1 parent 746403a commit 3b5bf85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/CSE6SSM/generate_semianalytic_points.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <iostream>
#include <fstream>
#include <chrono>
#include <random>

std::size_t seed = std::chrono::high_resolution_clock::now().time_since_epoch().count();

Expand Down
1 change: 1 addition & 0 deletions models/CSE6SSM/gridscan_CSE6SSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <iostream>
#include <fstream>
#include <chrono>
#include <random>
#include <sys/time.h>

#include <boost/algorithm/string.hpp>
Expand Down
1 change: 1 addition & 0 deletions models/CSE6SSM/gridscan_semianalytic_CSE6SSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <iostream>
#include <fstream>
#include <chrono>
#include <random>
#include <sys/time.h>

std::size_t seed = std::chrono::high_resolution_clock::now().time_since_epoch().count();
Expand Down
1 change: 1 addition & 0 deletions models/MSSM/gridscan_semianalytic_CMSSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <iostream>
#include <fstream>
#include <chrono>
#include <random>
#include <sys/time.h>

std::size_t seed = std::chrono::high_resolution_clock::now().time_since_epoch().count();
Expand Down

0 comments on commit 3b5bf85

Please sign in to comment.