lib/{file,javacompat,net/conversion/position,net/conversion/varint,net/packet}: pragma once

windows
BodgeMaster 2022-12-30 15:38:05 +01:00
parent 10d8cdae22
commit c245e8a5ca
5 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,8 @@
// version 3 along with this program.
// If not, see https://www.gnu.org/licenses/agpl-3.0.en.html
#pragma once
#include <cstdint>
#include <string>
#include <fstream>

View File

@ -13,6 +13,8 @@
//version 3 along with this program.
//If not, see https://www.gnu.org/licenses/agpl-3.0.en.html
#pragma once
#include <tinyutf8/tinyutf8.h>
#include <string>
#include "error.hpp"

View File

@ -16,6 +16,8 @@
// version 3 along with this program.
// If not, see https://www.gnu.org/licenses/agpl-3.0.en.html
#pragma once
#include <cstdint>
#include <vector>

View File

@ -16,6 +16,8 @@
// version 3 along with this program.
// If not, see https://www.gnu.org/licenses/agpl-3.0.en.html
#pragma once
#include <cstdint>
#include <vector>

View File

@ -16,6 +16,8 @@
// version 3 along with this program.
// If not, see https://www.gnu.org/licenses/agpl-3.0.en.html
#pragma once
#include <vector>
#include <cstdint>