Skip to content

Commit

Permalink
[misc] build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Feb 19, 2025
1 parent 55ce886 commit e325ab6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/Font/Font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

//= INCLUDES ==================================
//= INCLUDES ===============================
#include "pch.h"
#include "Font.h"
#include "../Rendering/Renderer.h"
#include "../../Resource/Import/FontImporter.h"
#include "../../RHI/RHI_Buffer.h"
#include "../../RHI/RHI_CommandList.h"
//=============================================
#include "../Resource/Import/FontImporter.h"
#include "../RHI/RHI_Buffer.h"
#include "../RHI/RHI_CommandList.h"
//==========================================

//= NAMESPACES ===============
using namespace std;
Expand Down

0 comments on commit e325ab6

Please sign in to comment.