Commit e8a7e349 authored by Doak, Peter W.'s avatar Doak, Peter W.
Browse files

gcc doesn't like it when you don't bother to include headers

parent 927adca7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include "dca/phys/dca_step/cluster_solver/shared_tools/cluster_helper.cuh"

#include <mutex>
#include <array>
#include "dca/platform/dca_gpu.h"
#include "dca/linalg/util/allocators/vectors_typedefs.hpp"

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
// TODO: Move domains-only tests to separate files and rename this file to function_test.cpp and the
//       test cases to FunctionTest.

#include <array>
#include <cassert>
#include <complex>
#include <cstdio>