diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-08-24 17:00:31 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-08-24 17:00:31 -0400 |
| commit | 076e104b8672924c3d80cd1da2fdb5ebee1766ac (patch) | |
| tree | e33a8081c61899c5d1a471401605e55716ca3ff4 /include/util/bf_config.h | |
| parent | 1cb522b36382381ef3f1494f24b0c6a98f8843a9 (diff) | |
| download | dynamic-extension-076e104b8672924c3d80cd1da2fdb5ebee1766ac.tar.gz | |
Migrated over to using psudb-common utilities/headers
Diffstat (limited to 'include/util/bf_config.h')
| -rw-r--r-- | include/util/bf_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util/bf_config.h b/include/util/bf_config.h index b4d68bc..2390643 100644 --- a/include/util/bf_config.h +++ b/include/util/bf_config.h @@ -9,7 +9,7 @@ */ #pragma once -#include "util/base.h" +#include "psu-util/alignment.h" namespace de { |