Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/morphio/mitochondria.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#pragma once

#include <cstdint> // uint32_t
#include <memory>
#include <vector>

Expand Down
2 changes: 2 additions & 0 deletions include/morphio/morphology.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*/
#pragma once

#include <cstdint> // uint32_t

#include <highfive/H5Group.hpp>

#include <morphio/properties.h>
Expand Down
2 changes: 2 additions & 0 deletions include/morphio/mut/endoplasmic_reticulum.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*/
#pragma once

#include <cstdint> // uint32_t

#include <morphio/properties.h>
#include <morphio/types.h>

Expand Down
2 changes: 2 additions & 0 deletions include/morphio/mut/glial_cell.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*/
#pragma once

#include <cstdint> // uint32_t

#include <string> // std::string

#include <morphio/mut/morphology.h> // mut::Morphology
Expand Down
1 change: 1 addition & 0 deletions include/morphio/mut/mitochondria.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#pragma once

#include <cstdint> // uint32_t
#include <map>
#include <memory>

Expand Down
1 change: 1 addition & 0 deletions include/morphio/mut/morphology.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#pragma once

#include <cstdint> // uint32_t
#include <map>
#include <memory>
#include <string>
Expand Down
2 changes: 2 additions & 0 deletions include/morphio/mut/section.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*/
#pragma once

#include <cstdint> // uint32_t

#include <morphio/properties.h>
#include <morphio/section.h>
#include <morphio/types.h>
Expand Down
2 changes: 1 addition & 1 deletion include/morphio/properties.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <cstdint> // uint32_t
#include <cstdint> // int32_t, uint32_t

#include <array>
#include <map>
Expand Down
1 change: 1 addition & 0 deletions include/morphio/vasc/properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#pragma once

#include <cstdint> // uint32_t
#include <map>
#include <string> // std::string
#include <vector> // std::vector
Expand Down
1 change: 1 addition & 0 deletions include/morphio/vasc/section.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#pragma once

#include <cstdint> // uint32_t
#include <iosfwd> // std::ostream
#include <memory> // std::shared_ptr
#include <vector> // std::vector
Expand Down
1 change: 1 addition & 0 deletions include/morphio/vasc/vasculature.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#pragma once

#include <cstdint> // uint32_t
#include <memory> // std::shared_ptr
#include <string> // std::string
#include <vector> // std::vector
Expand Down
1 change: 1 addition & 0 deletions include/morphio/warning_handling.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#pragma once

#include <cstdint> // int32_t, uint32_t, uint64_t
#include <iostream>
#include <memory>
#include <set>
Expand Down
Loading