Skip to content

Commit

Permalink
Fix include order causing unwanted dllexport symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhochun authored and freibold committed Jul 19, 2024
1 parent cba58a9 commit bc7cf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tasking/taskschedulerinternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#pragma once

#include "../../include/embree4/rtcore.h"
#include "../sys/platform.h"
#include "../sys/alloc.h"
#include "../sys/barrier.h"
Expand All @@ -12,7 +13,6 @@
#include "../sys/ref.h"
#include "../sys/atomic.h"
#include "../math/range.h"
#include "../../include/embree4/rtcore.h"

#include <list>

Expand Down

0 comments on commit bc7cf84

Please sign in to comment.