From 927caf94ad0d7b98d4b2c3833da8f0f2707d4f87 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 1 Dec 2018 13:29:28 +0100 Subject: wanda: replace usage of iostream with spdlog --- src/wallpaper.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/wallpaper.hpp') diff --git a/src/wallpaper.hpp b/src/wallpaper.hpp index 6222557..5dbd5d0 100644 --- a/src/wallpaper.hpp +++ b/src/wallpaper.hpp @@ -1,12 +1,16 @@ #ifndef WANDA_WALLPAPER_HPP #define WANDA_WALLPAPER_HPP +#include +#include + #include +#include namespace wanda { - -void set_wallpaper(std::filesystem::path wallpaper); + +void set_wallpaper(std::filesystem::path wallpaper, std::shared_ptr logger = spdlog::create("null")); } // wanda -- cgit v1.2.3