aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index af1ed733..c6c0f2ab 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -19,12 +19,12 @@
#include <algorithm>
#include <assert.h>
+#include <memory>
#include <stdint.h>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
-#include <memory>
#ifndef NEXTPNR_H
#define NEXTPNR_H