Skip to content

Commit fc913fe

Browse files
committed
fix include
1 parent b4491b1 commit fc913fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/TileStorage.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919

2020
#include "TileStorage.h"
21+
#include "CRC.h"
22+
2123
#include <IL/il.h>
2224
#include <IL/ilu.h>
2325
#include <cstring>

src/TileStorage.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
#ifndef TILESTORAGE_H
2020
#define TILESTORAGE_H
21-
#include "CRC.h"
2221
#include <list>
2322
#include <map>
2423
#include <stdint.h>

0 commit comments

Comments
 (0)