Skip to content

Commit

Permalink
Update mdc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Mar 29, 2024
1 parent 2969dde commit f030afe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/spdlog/mdc.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <spdlog/common.h>
#include <map>

Expand Down Expand Up @@ -28,4 +30,4 @@ class SPDLOG_API mdc {
}
};

} // namespace spdlog
} // namespace spdlog

0 comments on commit f030afe

Please sign in to comment.