diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-14 09:36:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-14 09:44:02 -0400 |
commit | a29bca4b79f19e9f04420b545bdec27ddc99150c (patch) | |
tree | 5c02a4e1f38ef73bd80f2334887ac0476c8ecdb7 /include/delivery.h | |
parent | 5a9688e9e78a25a42bddfc4388fb4ce3311ded74 (diff) | |
download | stasis-a29bca4b79f19e9f04420b545bdec27ddc99150c.tar.gz |
Fix includes
Diffstat (limited to 'include/delivery.h')
-rw-r--r-- | include/delivery.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/delivery.h b/include/delivery.h index 15cde13..bd5137c 100644 --- a/include/delivery.h +++ b/include/delivery.h @@ -10,6 +10,15 @@ #include <fnmatch.h> #include <sys/statvfs.h> #include "core.h" +#include "copy.h" +#include "environment.h" +#include "conda.h" +#include "ini.h" +#include "artifactory.h" +#include "docker.h" +#include "wheel.h" +#include "multiprocessing.h" +#include "recipe.h" #define DELIVERY_PLATFORM_MAX 4 #define DELIVERY_PLATFORM_MAXLEN 65 |