Skip to content

Commit

Permalink
Fix include of avogadrocoreexport.h
Browse files Browse the repository at this point in the history
Fix #1476

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 5, 2023
1 parent 7dce487 commit 4158006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/core/coordinateblockgenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef AVOGADRO_CORE_COORDINATEBLOCKGENERATOR_H
#define AVOGADRO_CORE_COORDINATEBLOCKGENERATOR_H

#include <avogadrocoreexport.h>
#include "avogadrocoreexport.h"

#include <sstream>
#include <string>
Expand Down

0 comments on commit 4158006

Please sign in to comment.