Skip to content

Commit

Permalink
Fix build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 17, 2024
1 parent 9d2acb3 commit 591d2f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/slice2js/Gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <IceUtil/UUID.h>
#include <Slice/FileTracker.h>
#include <Slice/Util.h>
#include <algorithm>
#include <iterator>

// TODO: fix this warning!
Expand Down
1 change: 1 addition & 0 deletions cpp/src/slice2objc/Gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <Slice/FileTracker.h>
#include <Slice/Util.h>
#include <string.h>
#include <algorithm>
#include <iterator>

using namespace std;
Expand Down
1 change: 1 addition & 0 deletions cpp/src/slice2swift/Gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <Slice/FileTracker.h>
#include <Slice/Util.h>

#include <algorithm>
#include <iterator>

#include "Gen.h"
Expand Down

0 comments on commit 591d2f6

Please sign in to comment.