add missing '#pragma once'
This commit is contained in:
parent
3a6da29b55
commit
5b26c7d85a
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <streambuf>
|
||||
#include <memory>
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "Device.hpp"
|
||||
|
||||
namespace io {
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <streambuf>
|
||||
#include <cstring>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user