Skip to content

Commit

Permalink
Fix missing header on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Oct 12, 2023
1 parent f02e910 commit c5ac416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libraries/JANA/JApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <vector>
#include <string>
#include <iostream>
#include <atomic>

class JApplication;
class JEventProcessor;
Expand All @@ -29,7 +30,7 @@ extern JApplication* japp;


//////////////////////////////////////////////////////////////////////////////////////////////////
/// JANA application class (singleton).
/// JANA application class
///
/// The JApplication class serves as a central access point for getting to most things
/// in the JANA application. It owns the JThreadManager, JParameterManager, etc.
Expand Down

0 comments on commit c5ac416

Please sign in to comment.