aboutsummaryrefslogtreecommitdiff
path: root/src/huffman
diff options
context:
space:
mode:
authorLectem <lectem@gmail.com>2016-11-05 02:20:51 +0100
committerLectem <lectem@gmail.com>2016-11-05 03:56:39 +0100
commit32f7f18642d30d9e1531d317bb6d2e3fb97ab15a (patch)
treea4a2d72479fbd26b7b7ede6f97d6133dc3388021 /src/huffman
parent0d77ab2d191d84122d62f5f74fd5862e79b2ef30 (diff)
fix cmake dependency and move headers to include
Diffstat (limited to 'src/huffman')
-rw-r--r--src/huffman/huff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/huffman/huff.cpp b/src/huffman/huff.cpp
index 1636a80..d2552a0 100644
--- a/src/huffman/huff.cpp
+++ b/src/huffman/huff.cpp
@@ -19,7 +19,7 @@
#include <assert.h>
#include <string.h>
-#include "../StormPort.h"
+#include <StormPort.h>
#include "huff.h"
//-----------------------------------------------------------------------------