xo-unit: build bugfix: missing #include
This commit is contained in:
parent
0e142967fe
commit
71de50fbfc
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "bpu.hpp"
|
#include "bpu.hpp"
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace xo {
|
namespace xo {
|
||||||
namespace qty {
|
namespace qty {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/* @file unit.test.cpp */
|
/* @file unit.test.cpp */
|
||||||
|
|
||||||
#include "xo/unit/unit.hpp"
|
#include "xo/unit/unit2.hpp"
|
||||||
#include "xo/unit/Quantity_iostream.hpp"
|
#include "xo/unit/Quantity_iostream.hpp"
|
||||||
#include "xo/unit/Quantity.hpp"
|
#include "xo/unit/Quantity.hpp"
|
||||||
#include "xo/unit/scaled_unit_iostream.hpp"
|
#include "xo/unit/scaled_unit_iostream.hpp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue