lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 3ea5ece 1/3: Add required headers


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3ea5ece 1/3: Add required headers
Date: Sat, 4 Apr 2020 10:08:29 -0400 (EDT)

branch: master
commit 3ea5ece03a2828ee70a223a314200d9d4277504d
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add required headers
---
 ce_product_name.cpp | 1 +
 ce_product_name.hpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ce_product_name.cpp b/ce_product_name.cpp
index 019a378..6e32b4a 100644
--- a/ce_product_name.cpp
+++ b/ce_product_name.cpp
@@ -37,6 +37,7 @@
 
 #include <algorithm>                    // find()
 #include <istream>
+#include <ostream>
 
 namespace
 {
diff --git a/ce_product_name.hpp b/ce_product_name.hpp
index a509baa..50887cc 100644
--- a/ce_product_name.hpp
+++ b/ce_product_name.hpp
@@ -26,6 +26,7 @@
 
 #include "mc_enum.hpp"
 
+#include <iosfwd>
 #include <string>
 #include <vector>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]