From 2511042fbef2ac4834ca6411132855eb403ef5d9 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 13 Jun 2024 14:45:00 -0500 Subject: [PATCH] Update chemcache_mm.hpp Downstream repos should rely on pluginplay.hpp to avoid dependence on the file organization. --- include/chemcache/chemcache_mm.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/chemcache/chemcache_mm.hpp b/include/chemcache/chemcache_mm.hpp index efe720f8..efc44fe4 100644 --- a/include/chemcache/chemcache_mm.hpp +++ b/include/chemcache/chemcache_mm.hpp @@ -15,7 +15,7 @@ */ #pragma once -#include +#include namespace chemcache { /** @brief Loads the modules contained in the ChemCache module collection into @@ -23,4 +23,4 @@ namespace chemcache { */ void load_modules(pluginplay::ModuleManager& mm); -} // namespace chemcache \ No newline at end of file +} // namespace chemcache