We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4491b1 commit fc913feCopy full SHA for fc913fe
src/TileStorage.cpp
@@ -18,6 +18,8 @@
18
19
20
#include "TileStorage.h"
21
+#include "CRC.h"
22
+
23
#include <IL/il.h>
24
#include <IL/ilu.h>
25
#include <cstring>
src/TileStorage.h
@@ -18,7 +18,6 @@
#ifndef TILESTORAGE_H
#define TILESTORAGE_H
-#include "CRC.h"
#include <list>
#include <map>
#include <stdint.h>
0 commit comments