odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 11 forks source link

ClassLoader.h is missing includes #319

Open GDYendell opened 1 year ago

GDYendell commented 1 year ago
#include <boost/shared_ptr.hpp>
#include <map>

This works because it is currently only used in places that also have these includes, but it means it can't be compiled in isolation.