Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Linux build.
Turns out Hash.h needs Common.h
  • Loading branch information
lioncash committed Oct 19, 2013
1 parent 8b10d5b commit a5a21e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Src/Hash.h
Expand Up @@ -6,7 +6,7 @@
#ifndef _HASH_H_
#define _HASH_H_

#include "CommonTypes.h"
#include "Common.h"

u32 HashFletcher(const u8* data_u8, size_t length); // FAST. Length & 1 == 0.
u32 HashAdler32(const u8* data, size_t len); // Fairly accurate, slightly slower
Expand Down

0 comments on commit a5a21e7

Please sign in to comment.