From af243dd42dabdabd15a92a295d66f721e44dd473 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 22 Apr 2017 08:28:58 +1000 Subject: Include for std::unique_ptr. --- src/AutoComplete.cxx | 1 + src/CellBuffer.cxx | 1 + src/ContractionState.cxx | 1 + src/Decoration.cxx | 1 + src/Indicator.cxx | 1 + src/LineMarker.cxx | 1 + src/PerLine.cxx | 1 + src/RunStyles.cxx | 1 + src/XPM.cxx | 1 + 9 files changed, 9 insertions(+) (limited to 'src') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 1cbc68c3a..cc4b46dfa 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -14,6 +14,7 @@ #include #include #include +#include #include "Platform.h" diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 290478c10..ba39e4a80 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -13,6 +13,7 @@ #include #include +#include #include "Platform.h" diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index 03e363941..616f6bb87 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -11,6 +11,7 @@ #include #include +#include #include "Platform.h" diff --git a/src/Decoration.cxx b/src/Decoration.cxx index a415711ed..2a6060c52 100644 --- a/src/Decoration.cxx +++ b/src/Decoration.cxx @@ -12,6 +12,7 @@ #include #include +#include #include "Platform.h" diff --git a/src/Indicator.cxx b/src/Indicator.cxx index 18ae0f2c8..16fc5912d 100644 --- a/src/Indicator.cxx +++ b/src/Indicator.cxx @@ -8,6 +8,7 @@ #include #include #include +#include #include "Platform.h" diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx index e2de5d97e..6bb9f4e9a 100644 --- a/src/LineMarker.cxx +++ b/src/LineMarker.cxx @@ -11,6 +11,7 @@ #include #include #include +#include #include "Platform.h" diff --git a/src/PerLine.cxx b/src/PerLine.cxx index d03723c1b..9634722e2 100644 --- a/src/PerLine.cxx +++ b/src/PerLine.cxx @@ -11,6 +11,7 @@ #include #include #include +#include #include "Platform.h" diff --git a/src/RunStyles.cxx b/src/RunStyles.cxx index 01eab156a..3e611bc92 100644 --- a/src/RunStyles.cxx +++ b/src/RunStyles.cxx @@ -12,6 +12,7 @@ #include #include +#include #include "Platform.h" diff --git a/src/XPM.cxx b/src/XPM.cxx index c3b36c7ff..6e328ae97 100644 --- a/src/XPM.cxx +++ b/src/XPM.cxx @@ -11,6 +11,7 @@ #include #include #include +#include #include "Platform.h" -- cgit v1.2.3