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