Skip to content

Commit

Permalink
fix: update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jnooree committed Feb 6, 2024
1 parent 5da4a78 commit d78aa29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/nuri/core/molecule.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#define NURI_CORE_MOLECULE_H_

#include <algorithm>
#include <cmath>
#include <cstdint>
#include <iterator>
#include <string>
Expand All @@ -20,6 +21,7 @@
#include <absl/base/attributes.h>
#include <absl/base/optimization.h>
#include <absl/container/fixed_array.h>
#include <absl/log/absl_log.h>

#include "nuri/eigen_config.h"
#include "nuri/core/element.h"
Expand Down
2 changes: 1 addition & 1 deletion include/nuri/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <algorithm>
#include <cstddef>
#include <cstring>
#include <filesystem>
#include <functional>
#include <initializer_list>
Expand All @@ -26,7 +27,6 @@
#include <Eigen/Dense>

#include <absl/base/optimization.h>
#include <absl/container/fixed_array.h>
#include <absl/log/absl_check.h>
#include <absl/strings/ascii.h>

Expand Down
3 changes: 3 additions & 0 deletions src/algo/guess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <algorithm>
#include <cmath>
#include <numeric>
#include <utility>
#include <vector>

Expand All @@ -17,8 +18,10 @@
#include <absl/base/optimization.h>
#include <absl/container/fixed_array.h>
#include <absl/container/flat_hash_map.h>
#include <absl/container/flat_hash_set.h>
#include <absl/container/inlined_vector.h>
#include <absl/log/absl_check.h>
#include <absl/log/absl_log.h>

#include "nuri/eigen_config.h"
#include "nuri/algo/rings.h"
Expand Down

0 comments on commit d78aa29

Please sign in to comment.