fix(cache): add pragma once in header

Former-commit-id: cb9b838950c536fa4a582c92cf0df634c0780764
pull/191/head
Xu Peng 2019-05-07 14:37:20 +08:00
parent 9adc7bdf82
commit 372adf6c80
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// Unauthorized copying of this file, via any medium is strictly prohibited.
// Proprietary and confidential.
////////////////////////////////////////////////////////////////////////////////
#pragma once
#include "CacheMgr.h"