]> Git Repo - VerusCoin.git/commitdiff
fix
authorca333 <[email protected]>
Sat, 4 Aug 2018 14:34:56 +0000 (16:34 +0200)
committerGitHub <[email protected]>
Sat, 4 Aug 2018 14:34:56 +0000 (16:34 +0200)
missing compat folder ref for endian.h header

src/cc/dice.cpp

index c5e8ecf889e52f5965cd626bfa873a35205590fc..8d8600fb63172d757204de26e107a2f4a9c5e478 100644 (file)
@@ -81,7 +81,7 @@ timeout:
  
  */
 
-#include "../endian.h"
+#include "../compat/endian.h"
 
 static uint256 bettxids[128];
 
This page took 0.028443 seconds and 4 git commands to generate.