Skip to content

Commit 5c02408

Browse files
committed
Common: include Assert.h before String.h
1 parent 4885b09 commit 5c02408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535
#include "engine/qcommon/q_shared.h"
3636

3737
// Common headers
38+
#include "Assert.h"
3839
#include "String.h"
3940
#include "Util.h"
4041
#include "Optional.h"
@@ -43,7 +44,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4344
#include "Log.h"
4445
#include "LineEditData.h"
4546
#include "System.h"
46-
#include "Assert.h"
4747
#include "Math.h"
4848
#include "Color.h"
4949
#include "Serialize.h"

0 commit comments

Comments
 (0)