Skip to content

Commit

Permalink
[pstl] Make sure we include the pstl_config header in the glue headers
Browse files Browse the repository at this point in the history
llvm-svn: 365150
ldionne committed Jul 4, 2019
1 parent e9aed96 commit 55227a7
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pstl/include/pstl/internal/execution_impl.h
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
#include <iterator>
#include <type_traits>

#include "pstl_config.h"
#include "execution_defs.h"

namespace __pstl
2 changes: 2 additions & 0 deletions pstl/include/pstl/internal/glue_algorithm_impl.h
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@

#include <functional>

#include "pstl_config.h"

#include "execution_defs.h"
#include "utils.h"
#include "algorithm_fwd.h"
2 changes: 2 additions & 0 deletions pstl/include/pstl/internal/glue_memory_impl.h
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@
#ifndef _PSTL_GLUE_MEMORY_IMPL_H
#define _PSTL_GLUE_MEMORY_IMPL_H

#include "pstl_config.h"

#include "execution_defs.h"
#include "utils.h"
#include "algorithm_fwd.h"
2 changes: 2 additions & 0 deletions pstl/include/pstl/internal/glue_numeric_impl.h
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@

#include <functional>

#include "pstl_config.h"

#include "utils.h"
#include "numeric_fwd.h"
#include "execution_impl.h"

0 comments on commit 55227a7

Please sign in to comment.