mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 02:12:45 +01:00
rwengine+rwgame: add missing includes
This commit is contained in:
parent
ebc74559e8
commit
4ebc66b544
@ -7,6 +7,7 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
#include <cstddef>
|
||||
#include <memory>
|
||||
#include <array>
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#ifndef _RWENGINE_TEXTRENDERER_HPP_
|
||||
#define _RWENGINE_TEXTRENDERER_HPP_
|
||||
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <array>
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
#include <glm/gtc/constants.hpp>
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
|
||||
constexpr size_t ui_textSize = 25;
|
||||
constexpr size_t ui_textHeight = 22;
|
||||
|
Loading…
Reference in New Issue
Block a user