Skip to content

Commit

Permalink
Adds pragma once to Tick/TickManager.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jun 17, 2023
1 parent 022e524 commit 8af95cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tick/TickManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
* Implements TickManager class.
*/

#ifndef __MQL__
// Allows the preprocessor to include a header file when it is needed.
#pragma once
#endif

// Includes.
#include "../Storage/Dict/Buffer/BufferStruct.h"
#include "Tick.struct.h"
Expand Down

0 comments on commit 8af95cd

Please sign in to comment.