parent
83d203561d
commit
0786dc0adc
|
@ -14,6 +14,7 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include "sha1.h"
|
#include "sha1.h"
|
||||||
#include "calc_sha1.h"
|
#include "calc_sha1.h"
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
// http://qualapps.blogspot.com/2010/05/understanding-readdirectorychangesw.html
|
// http://qualapps.blogspot.com/2010/05/understanding-readdirectorychangesw.html
|
||||||
// See ReadMe.txt for overview information.
|
// See ReadMe.txt for overview information.
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
class CReadDirectoryChanges;
|
class CReadDirectoryChanges;
|
||||||
|
|
||||||
namespace ReadDirectoryChangesPrivate
|
namespace ReadDirectoryChangesPrivate
|
||||||
|
|
Loading…
Reference in New Issue