mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
fixed compilation issue for linux. needed to add inttypes header file (not needed for windows...)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5633 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dfa39c63a8
commit
91bf67a7fe
@ -27,6 +27,7 @@
|
||||
#include <string>
|
||||
#include <iomanip>
|
||||
#include "util/rsstring.h"
|
||||
#include <inttypes.h>
|
||||
|
||||
class pqihash
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user