Fix missing include detected by new header dependency tests.

This commit is contained in:
Kevin M. Godby 2016-06-17 00:55:24 -05:00
parent 24e7b64b89
commit cb3b7728a1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#pragma once
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <cstdio>
#include <memory>