mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-07-29 20:42:52 +02:00
Moving headers into include/sls (#212)
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
#include "Detector.h"
|
||||
#include <sls/Detector.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <iostream>
|
||||
#include "TimeHelper.h"
|
||||
#include "ToString.h"
|
||||
#include "sls/TimeHelper.h"
|
||||
#include "sls/ToString.h"
|
||||
// std::ostream &operator<<(std::ostream &os, const std::chrono::nanoseconds &t) {
|
||||
// os << t.count() << "ns";
|
||||
// return os;
|
||||
|
||||
Reference in New Issue
Block a user