Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Nov 4, 2021
1 parent b5624da commit 6b62c70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rabbitmq-core/src/FmuContainerCore.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
//
// Created by Kenneth Guldbrandt Lausdahl on 09/03/2020.
//

#ifdef _WIN32
#define _HAS_STD_BYTE 0
#include <Windows.h>
#endif
#include "FmuContainerCore.h"

#include <iostream>
Expand All @@ -10,10 +13,7 @@
#include <cmath>
#include <string>
#include <sstream>
#ifdef _WIN32
#define _HAS_STD_BYTE 0
#include <Windows.h>
#endif


#define SEQNOID 10

Expand Down

0 comments on commit 6b62c70

Please sign in to comment.