Commit 65b2da89 authored by Haehner, Urs Rene's avatar Haehner, Urs Rene
Browse files

Add missing include of std::array header.

parent 49b2c8a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#ifndef DCA_PHYS_MODELS_ANALYTIC_HAMILTONIANS_SINGLEBAND_CHAIN_HPP
#define DCA_PHYS_MODELS_ANALYTIC_HAMILTONIANS_SINGLEBAND_CHAIN_HPP

#include <array>
#include <cmath>
#include <stdexcept>
#include <utility>