Skip to content

Commit

Permalink
memcpy included in cstring - added include (zproksi#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
zproksi authored Aug 14, 2024
1 parent d421a5b commit 1d3ec54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions srcbpatch/dictionarykeywords.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "stdafx.h"
#include "dictionarykeywords.h"

namespace bpatch
Expand Down
2 changes: 1 addition & 1 deletion srcbpatch/processing.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "stdafx.h"
#include "actionscollection.h"
#include "binarylexeme.h"
#include "bpatchfolders.h"
#include "consoleparametersreader.h"
#include "fileprocessing.h"
#include "processing.h"
#include "stdafx.h"
#include "timemeasurer.h"
#include "wildcharacters.h"

Expand Down
1 change: 1 addition & 0 deletions srcbpatch/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <chrono>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <exception>
#include <filesystem>
#include <future>
Expand Down

0 comments on commit 1d3ec54

Please sign in to comment.