Skip to content

Commit

Permalink
Temporarily fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Sep 14, 2018
1 parent 38e9390 commit 7deb08a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Shared/sdk/CChecksum.h
Expand Up @@ -9,7 +9,8 @@
*
*****************************************************************************/

#pragma once
#ifndef __CChecksum_H
#define __CChecksum_H

// Depends on CMD5Hasher and CRCGenerator

Expand Down Expand Up @@ -48,3 +49,5 @@ class CChecksum
unsigned long ulCRC;
MD5 md5;
};

#endif

0 comments on commit 7deb08a

Please sign in to comment.