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
|
||||
|
||||
#include "bpu.hpp"
|
||||
#include <vector>
|
||||
|
||||
namespace xo {
|
||||
namespace qty {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* @file unit.test.cpp */
|
||||
|
||||
#include "xo/unit/unit.hpp"
|
||||
#include "xo/unit/unit2.hpp"
|
||||
#include "xo/unit/Quantity_iostream.hpp"
|
||||
#include "xo/unit/Quantity.hpp"
|
||||
#include "xo/unit/scaled_unit_iostream.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue