Skip to content

Commit

Permalink
include cctype, fixes Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sveseli authored and anjohnson committed Jun 28, 2023
1 parent 2f53d13 commit d374669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/copy/dataDistributorPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <stdlib.h>

#include <cctype>
#include <string>
#include <algorithm>
#include <pv/lock.h>
Expand Down

0 comments on commit d374669

Please sign in to comment.