Update file_sinks.h

Fixed missing #pragma once
pull/153/head
Gabi Melman 10 years ago
parent 8c55ee1a55
commit bb32fa1802

@ -3,6 +3,8 @@
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//
#pragma once
#include <mutex>
#include "base_sink.h"
#include "../details/null_mutex.h"

Loading…
Cancel
Save