changed: opm/common/[->utility/]ConditionalStorage.hpp

This commit is contained in:
Arne Morten Kvarving 2018-01-30 12:24:58 +01:00
parent 5ad6502f12
commit 1bda4a812b
3 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ list (APPEND PROGRAM_SOURCE_FILES
list( APPEND PUBLIC_HEADER_FILES
opm/common/ConditionalStorage.hpp
opm/common/utility/ConditionalStorage.hpp
opm/common/ErrorMacros.hpp
opm/common/Exceptions.hpp
opm/common/ResetLocale.hpp

View File

@ -29,7 +29,7 @@
#include "config.h"
#include <opm/common/Unused.hpp>
#include <opm/common/ConditionalStorage.hpp>
#include <opm/common/utility/ConditionalStorage.hpp>
#include <string>
#include <cstdlib>