xo-unit: refactor: streamline .hpp to avoid iostream dep

This commit is contained in:
Roland Conybeare 2024-04-28 15:01:09 -04:00
commit 67802ed5a3
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
//#include "xo/indentlog/print/tag.hpp"
#include "basis_unit.hpp"
#include "dim_iostream.hpp"
//#include "dim_iostream.hpp"
namespace xo {
namespace qty {

View file

@ -6,6 +6,7 @@
#pragma once
#include "bpu.hpp"
#include "dim_iostream.hpp"
#include "xo/ratio/ratio_iostream.hpp"
#include "xo/indentlog/print/tag.hpp"
#include <iostream>