Skip to content

Commit

Permalink
Fix header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Jul 13, 2020
1 parent e7bf96f commit 79cc3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/autoppl/autoppl.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "util/traits.hpp"
#include "util/traits/traits.hpp"
#include "expression/distribution/bernoulli.hpp"
#include "expression/distribution/uniform.hpp"
#include "expression/distribution/normal.hpp"
Expand Down
2 changes: 1 addition & 1 deletion include/autoppl/mcmc/mh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <algorithm>
#include <array>
#include <autoppl/util/logging.hpp>
#include <autoppl/util/traits.hpp>
#include <autoppl/util/traits/traits.hpp>
#include <chrono>
#include <iostream>
#include <random>
Expand Down

0 comments on commit 79cc3c1

Please sign in to comment.