We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1f15a commit 2e8d71dCopy full SHA for 2e8d71d
VCellMessaging/include/VCELL/SimulationMessaging.h
@@ -1,10 +1,8 @@
1
#ifndef _SIMULATIONMESSAGING_H_
2
#define _SIMULATIONMESSAGING_H_
3
4
-#include <string>
5
#include <vector>
6
-#include <iostream>
7
-#include <memory.h>
+
8
9
#include "CurlProxyClasses.h"
10
#include "MessageEventManager.h"
VCellMessaging/src/JobEventStatus.cpp
@@ -2,6 +2,7 @@
// Created by Logan Drescher on 11/25/25.
//
#include <VCELL/JobEventStatus.h>
+#include <stdexcept>
std::string JobEvent::toString(const Status status) {
switch (status) {
VCellMessaging/src/SimulationMessaging.cpp
@@ -1,9 +1,7 @@
#include <VCELL/SimulationMessaging.h>
#include <iostream>
-#include <algorithm>
#include <functional>
-#include <sstream>
-#include <ranges>
+#include <string>
#include <format>
0 commit comments