Skip to content

Commit

Permalink
w2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 2, 2024
1 parent 4901390 commit 6a4183c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dart/common/Console.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#ifndef DART_COMMON_CONSOLE_HPP_
#define DART_COMMON_CONSOLE_HPP_

#include <dart/Export.hpp>

#include <ostream>
#include <string>

Expand All @@ -52,10 +54,10 @@ namespace dart {
namespace common {

/// \brief
std::ostream& colorMsg(const std::string& _msg, int _color);
DART_API std::ostream& colorMsg(const std::string& _msg, int _color);

/// \brief
std::ostream& colorErr(
DART_API std::ostream& colorErr(
const std::string& _msg,
const std::string& _file,
unsigned int _line,
Expand Down

0 comments on commit 6a4183c

Please sign in to comment.