Skip to content

Commit

Permalink
Fixed GCC compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
afritz1 committed Dec 31, 2024
1 parent 3c1ba4e commit 8f67370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions OpenTESArena/src/Items/ArenaItemUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <algorithm>
#include <iterator>

#include "ArenaItemUtils.h"

Expand Down
2 changes: 0 additions & 2 deletions OpenTESArena/src/Items/ArenaItemUtils.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#ifndef ARENA_ITEM_UTILS_H
#define ARENA_ITEM_UTILS_H

#include <algorithm>

namespace ArenaItemUtils
{
// Converts Arena weight units to kilograms.
Expand Down

0 comments on commit 8f67370

Please sign in to comment.