Skip to content

Commit

Permalink
Missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiamAnderson committed Nov 30, 2023
1 parent 016358d commit 7922943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# -------------------------------------------------------------------

cmake_minimum_required(VERSION 3.14)
project(PARLAY VERSION 2.2.3
project(PARLAY VERSION 2.2.4
DESCRIPTION "A collection of parallel algorithms and other support for parallelism in C++"
LANGUAGES CXX)

Expand Down
1 change: 1 addition & 0 deletions include/parlay/portability.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <cstdlib>

#include <iostream>
#include <utility>

namespace parlay {

Expand Down

0 comments on commit 7922943

Please sign in to comment.