Skip to content

Commit 3f64f91

Browse files
committed
Fix #include ordering in simpleDebug.h
1 parent 7db36b3 commit 3f64f91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sst/core/impl/interactive/simpleDebug.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
#define SST_CORE_IMPL_INTERACTIVE_SIMPLEDEBUG_H
1414

1515
#include "sst/core/eli/elementinfo.h"
16+
#include <sst/core/interactiveConsole.h>
17+
1618
#include "sst/core/serialization/objectMapDeferred.h"
1719

18-
#include <sst/core/interactiveConsole.h>
1920
#include <sst/core/watchPoint.h>
2021
#include <string>
2122
#include <vector>

0 commit comments

Comments
 (0)